diff --git a/CHANGELOG.md b/CHANGELOG.md index 709b34eb339..c080c91d7e7 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.8](https://github.com/netlify/cli/compare/v8.9.7...v8.9.8) (2022-01-18) + + +### Bug Fixes + +* fixes an issue where the autocomplete could not be written ([#4076](https://github.com/netlify/cli/issues/4076)) ([2b94f41](https://github.com/netlify/cli/commit/2b94f41f0cdcb54b8419702fe530bd43be9677b2)) + ### [8.9.7](https://github.com/netlify/cli/compare/v8.9.6...v8.9.7) (2022-01-18) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 06d18cfce6e..9cab81ae3b0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.9.7", + "version": "8.9.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.9.7", + "version": "8.9.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3ca64a220f8..32e0a383bc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.9.7", + "version": "8.9.8", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",