diff --git a/CHANGELOG.md b/CHANGELOG.md index 97756b0d0e2..6fd6e816585 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). +## [8.2.0](https://www.github.com/netlify/cli/compare/v8.1.9...v8.2.0) (2021-12-20) + + +### Features + +* remove unused `--name` flag ([#3766](https://www.github.com/netlify/cli/issues/3766)) ([07c4bcc](https://www.github.com/netlify/cli/commit/07c4bcc9500251d84d527e93091c033354159069)) + ### [8.1.9](https://www.github.com/netlify/cli/compare/v8.1.8...v8.1.9) (2021-12-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bc84f667aa0..774641e3904 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.1.9", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.1.9", + "version": "8.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d21029abc29..847f4ce7ab7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.1.9", + "version": "8.2.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",