diff --git a/CHANGELOG.md b/CHANGELOG.md index e01802f74fd..78c19edb35e 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.9.16](https://www.github.com/netlify/cli/compare/v6.9.15...v6.9.16) (2021-09-24) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^3.6.1 ([#3397](https://www.github.com/netlify/cli/issues/3397)) ([29e2e3c](https://www.github.com/netlify/cli/commit/29e2e3c7e6cf7f0213ee8f111bd4a989ab96af82)) + ### [6.9.15](https://www.github.com/netlify/cli/compare/v6.9.14...v6.9.15) (2021-09-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6bf2dc9fd49..fcb506e0f73 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.9.15", + "version": "6.9.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.9.15", + "version": "6.9.16", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b40f632c58c..ad9efd154a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.9.15", + "version": "6.9.16", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",