diff --git a/CHANGELOG.md b/CHANGELOG.md index d46ecd52b02..1c04120331d 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.0.8](https://www.github.com/netlify/cli/compare/v6.0.7...v6.0.8) (2021-08-05) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3113](https://www.github.com/netlify/cli/issues/3113)) ([fdc879b](https://www.github.com/netlify/cli/commit/fdc879b3d9f4d8a7684de65acd168e92d0167e85)) + ### [6.0.7](https://www.github.com/netlify/cli/compare/v6.0.6...v6.0.7) (2021-08-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d96c8da1e4d..451864b79bd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.0.7", + "version": "6.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.0.7", + "version": "6.0.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2b60ea3c44..953bdda476f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.0.7", + "version": "6.0.8", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",