diff --git a/CHANGELOG.md b/CHANGELOG.md index 967fe90d31c..15d4040b7f7 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.5](https://www.github.com/netlify/cli/compare/v6.8.4...v6.8.5) (2021-09-02) + + +### Bug Fixes + +* update `InitCommand.description` ([#3073](https://www.github.com/netlify/cli/issues/3073)) ([7f0fda6](https://www.github.com/netlify/cli/commit/7f0fda617f622dea8b69bf368ab41a68f47883aa)) + ### [6.8.4](https://www.github.com/netlify/cli/compare/v6.8.3...v6.8.4) (2021-09-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fe80589e48c..e333ef8eb6d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.8.4", + "version": "6.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.8.4", + "version": "6.8.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 31642ebe25b..83c590f6b50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.8.4", + "version": "6.8.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",