diff --git a/CHANGELOG.md b/CHANGELOG.md index 2854fd754a7..361cbb85ff7 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). +### [8.0.10](https://www.github.com/netlify/cli/compare/v8.0.9...v8.0.10) (2021-12-01) + + +### Bug Fixes + +* **deps:** update dependency cli-ux to v5.6.5 ([#3722](https://www.github.com/netlify/cli/issues/3722)) ([4038b53](https://www.github.com/netlify/cli/commit/4038b530e48c0b6044cafbf7f399b208f112808b)) +* docs update and required status checks ([#3747](https://www.github.com/netlify/cli/issues/3747)) ([c61d102](https://www.github.com/netlify/cli/commit/c61d102b55eb7229d07882e6a6e878b978f98dcd)) + ### [8.0.9](https://www.github.com/netlify/cli/compare/v8.0.8...v8.0.9) (2021-12-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f1cd5b70d1a..fee22fa2f8b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.0.9", + "version": "8.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.0.9", + "version": "8.0.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9f00c4ff25f..0ef89405341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.0.9", + "version": "8.0.10", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",