From 6fc7eb11da643cb9caf072a16c944bac1e05a598 Mon Sep 17 00:00:00 2001 From: netlibot <33071329+netlify-bot@users.noreply.github.com> Date: Thu, 25 Feb 2021 03:49:38 -0800 Subject: [PATCH] chore: release 3.9.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c6b663f64..ed9947c76fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [3.9.0](https://www.github.com/netlify/cli/compare/v3.8.6...v3.9.0) (2021-02-25) + + +### Features + +* add environment variable for esbuild ([#1914](https://www.github.com/netlify/cli/issues/1914)) ([82747d0](https://www.github.com/netlify/cli/commit/82747d0e8f147ee7226a3b10614e3813d6a15e4e)) + ### [3.8.6](https://www.github.com/netlify/cli/compare/v3.8.5...v3.8.6) (2021-02-24) diff --git a/package-lock.json b/package-lock.json index b439cb76c17..3d842478d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.8.6", + "version": "3.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 75d00826ea8..ddad0ba5491 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.8.6", + "version": "3.9.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",