diff --git a/CHANGELOG.md b/CHANGELOG.md index 566867d1962..315a44843d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [8.17.0](https://github.com/netlify/cli/compare/v8.16.1...v8.17.0) (2022-02-07) + + +### Features + +* Show edit graph link on dev startup, send operations library edits to UI, and run prettier (if available) on code output ([#4183](https://github.com/netlify/cli/issues/4183)) ([effffec](https://github.com/netlify/cli/commit/effffec5cbc86cd3a6d0377b44e2fccc36e44dd2)) + + +### Bug Fixes + +* **deps:** update dependency @types/node to v14.18.10 ([#4187](https://github.com/netlify/cli/issues/4187)) ([0e0502c](https://github.com/netlify/cli/commit/0e0502c5bfbf1477098ccf2466ac79064c7734d2)) +* **deps:** update dependency stripe to v8.202.0 ([#4189](https://github.com/netlify/cli/issues/4189)) ([c370149](https://github.com/netlify/cli/commit/c370149171b3db7948a1eb187cf49891c3bc6c5b)) + ### [8.16.1](https://github.com/netlify/cli/compare/v8.16.0...v8.16.1) (2022-02-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b3014e4d12a..7a0afe0ac65 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.16.1", + "version": "8.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.16.1", + "version": "8.17.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 37db2caeeae..43e72a3a728 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.16.1", + "version": "8.17.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",