diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ada839c79..5794cbcbc6c 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.5](https://github.com/netlify/cli/compare/v8.6.4...v8.6.5) (2022-01-05) + + +### Bug Fixes + +* **deps:** update dependency netlify to ^10.1.1 ([#3951](https://github.com/netlify/cli/issues/3951)) ([ea6bdab](https://github.com/netlify/cli/commit/ea6bdab70786fdf59eadcee69d22e9e3ec00a0f4)) + ### [8.6.4](https://github.com/netlify/cli/compare/v8.6.3...v8.6.4) (2022-01-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 365df1c55fa..94159040b3f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.6.4", + "version": "8.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.6.4", + "version": "8.6.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fed2e07c583..efe05673d80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.6.4", + "version": "8.6.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",