diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f2f60c112..b0b5699b976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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.4](https://www.github.com/netlify/cli/compare/v8.0.3...v8.0.4) (2021-11-29) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^19.0.7 ([#3730](https://www.github.com/netlify/cli/issues/3730)) ([eded49e](https://www.github.com/netlify/cli/commit/eded49e6f4d5dada374ce32d6e9f18b16b57c76b)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v5.1.0 ([#3731](https://www.github.com/netlify/cli/issues/3731)) ([e76bf76](https://www.github.com/netlify/cli/commit/e76bf7670ea996a5fe85a3ebab8d1e7f89626a3a)) +* **deps:** update dependency @oclif/command to v1.8.5 ([#3719](https://www.github.com/netlify/cli/issues/3719)) ([c36f7a2](https://www.github.com/netlify/cli/commit/c36f7a240bf4ab0e54ea9afb9bf19a8ef397bd86)) +* **deps:** update dependency @oclif/plugin-plugins to v1.10.3 ([#3721](https://www.github.com/netlify/cli/issues/3721)) ([9df78f2](https://www.github.com/netlify/cli/commit/9df78f2ed7c6adfb07c1670372c42e64f582d835)) +* **deps:** update rust crate simple_logger to 1.15.0 ([#3725](https://www.github.com/netlify/cli/issues/3725)) ([c610221](https://www.github.com/netlify/cli/commit/c6102219f10333d2fb23b1b4addd29a32c913230)) + ### [8.0.3](https://www.github.com/netlify/cli/compare/v8.0.2...v8.0.3) (2021-11-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 43a53ebacb9..05e397710f3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.0.3", + "version": "8.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.0.3", + "version": "8.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 483ace05832..a18f131aa99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.0.3", + "version": "8.0.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",