diff --git a/CHANGELOG.md b/CHANGELOG.md index 005564dfa8e..ad1665e9364 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). +## [9.7.0](https://github.com/netlify/cli/compare/v9.6.12...v9.7.0) (2022-02-22) + + +### Features + +* support envFiles in netlify.toml [dev] block ([#4321](https://github.com/netlify/cli/issues/4321)) ([88be608](https://github.com/netlify/cli/commit/88be60897ade319136c2292db7423c77caaf146c)) + ### [9.6.12](https://github.com/netlify/cli/compare/v9.6.11...v9.6.12) (2022-02-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 81179513bb8..5a0ff48307d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.6.12", + "version": "9.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.6.12", + "version": "9.7.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f9d7f23457d..24d3b709002 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.6.12", + "version": "9.7.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",