diff --git a/CHANGELOG.md b/CHANGELOG.md index b86a07982a6..7b09fb42f7a 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.8.9](https://www.github.com/netlify/cli/compare/v6.8.8...v6.8.9) (2021-09-08) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3306](https://www.github.com/netlify/cli/issues/3306)) ([cc3ad74](https://www.github.com/netlify/cli/commit/cc3ad740cc4d7807c5f95939cb872f76e96a056a)) + ### [6.8.8](https://www.github.com/netlify/cli/compare/v6.8.7...v6.8.8) (2021-09-07) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 551f78a7a99..0aa4ec722fc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.8.8", + "version": "6.8.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.8.8", + "version": "6.8.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4fb076947ec..154699aeadb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.8.8", + "version": "6.8.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",