diff --git a/CHANGELOG.md b/CHANGELOG.md index d52d4996bf3..b9658376bf4 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.15.5](https://github.com/netlify/cli/compare/v8.15.4...v8.15.5) (2022-02-04) + + +### Bug Fixes + +* **command-dev:** inject the Authlify Token ([#4167](https://github.com/netlify/cli/issues/4167)) ([4ffba32](https://github.com/netlify/cli/commit/4ffba32331f775c4b256411dd410ed23244ab931)) +* **deps:** update dependency @netlify/plugins-list to ^6.7.0 ([#4174](https://github.com/netlify/cli/issues/4174)) ([fc1c991](https://github.com/netlify/cli/commit/fc1c991572ff6e426381fe333acb74e465d03a7c)) + ### [8.15.4](https://github.com/netlify/cli/compare/v8.15.3...v8.15.4) (2022-02-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ac4aad7c3fe..bf71028744c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.15.4", + "version": "8.15.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.15.4", + "version": "8.15.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4aa993aa01a..75b55efddd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.15.4", + "version": "8.15.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",