diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecac23ccfd..8202f303668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.6.0](https://github.com/netlify/cli/compare/v9.5.0...v9.6.0) (2022-02-14) + + +### Features + +* `netlify dev --graph`: watch config.toml and reload automatically ([#4268](https://github.com/netlify/cli/issues/4268)) ([d961855](https://github.com/netlify/cli/commit/d9618559f2903ab693b11ed2289625dece5f63e9)) + + +### Bug Fixes + +* in graph:handler, still allow user provided input ([#4298](https://github.com/netlify/cli/issues/4298)) ([fa3980d](https://github.com/netlify/cli/commit/fa3980de0c3828e398095bbd281f81bec6414ab5)) + ## [9.5.0](https://github.com/netlify/cli/compare/v9.4.4...v9.5.0) (2022-02-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c9d41fe5b29..9f802448a38 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.5.0", + "version": "9.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.5.0", + "version": "9.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2b3345eee63..4c4c2c0760d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.5.0", + "version": "9.6.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",