diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d99277d56f..f85145c3dff 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). +### [8.9.2](https://github.com/netlify/cli/compare/v8.9.1...v8.9.2) (2022-01-17) + + +### Bug Fixes + +* **deps:** update dependency @netlify/framework-info to ^8.0.2 ([#4057](https://github.com/netlify/cli/issues/4057)) ([6542ce2](https://github.com/netlify/cli/commit/6542ce21e16e8143a5be187a867ecdf612186e00)) + ### [8.9.1](https://github.com/netlify/cli/compare/v8.9.0...v8.9.1) (2022-01-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e36fc56af6b..470fd6bff27 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.9.1", + "version": "8.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.9.1", + "version": "8.9.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 674a794e3b5..6da65399e62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.9.1", + "version": "8.9.2", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",