diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e3e9cfecf..620c1b61c10 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). +### [6.14.7](https://www.github.com/netlify/cli/compare/v6.14.6...v6.14.7) (2021-10-29) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^4.1.0 ([#3542](https://www.github.com/netlify/cli/issues/3542)) ([8982448](https://www.github.com/netlify/cli/commit/8982448f1abea0164243a227d8dbe8f939f5e92e)) + ### [6.14.6](https://www.github.com/netlify/cli/compare/v6.14.5...v6.14.6) (2021-10-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fa46d3f3699..766a37a89c9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.6", + "version": "6.14.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.6", + "version": "6.14.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d6ee06095d6..3f69cf9daed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.6", + "version": "6.14.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",