diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c04120331d..58787ae16b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.0.9](https://www.github.com/netlify/cli/compare/v6.0.8...v6.0.9) (2021-08-09) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^3.3.0 ([#3123](https://www.github.com/netlify/cli/issues/3123)) ([2e2ef35](https://www.github.com/netlify/cli/commit/2e2ef35bede90b364dd45f142e6c46bf02aefa47)) +* **deps:** update dependency @octokit/rest to v18.9.0 ([#3118](https://www.github.com/netlify/cli/issues/3118)) ([a740bcb](https://www.github.com/netlify/cli/commit/a740bcb522051acfba3a72175da698fc4d232fa1)) + ### [6.0.8](https://www.github.com/netlify/cli/compare/v6.0.7...v6.0.8) (2021-08-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8198ec6564c..05493557b29 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.0.8", + "version": "6.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.0.8", + "version": "6.0.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad4e54e8be3..e3f3b96faa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.0.8", + "version": "6.0.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",