diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb07e7e75b..56ada839c79 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.6.4](https://github.com/netlify/cli/compare/v8.6.3...v8.6.4) (2022-01-04) + + +### Bug Fixes + +* fix a few typos ([#3937](https://github.com/netlify/cli/issues/3937)) ([f560c82](https://github.com/netlify/cli/commit/f560c82885df081c94b53ae2e3db1b6e4bf839da)) + ### [8.6.3](https://github.com/netlify/cli/compare/v8.6.2...v8.6.3) (2022-01-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3e2f24307f7..ed68a9a09a3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.6.3", + "version": "8.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.6.3", + "version": "8.6.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4043f13a96d..e79b16ae99d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.6.3", + "version": "8.6.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",