diff --git a/CHANGELOG.md b/CHANGELOG.md index b1719422a4c..88dd00bcf20 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.9.5](https://github.com/netlify/cli/compare/v8.9.4...v8.9.5) (2022-01-17) + + +### Bug Fixes + +* **deps:** update dependency netlify-headers-parser to ^6.0.1 ([#4068](https://github.com/netlify/cli/issues/4068)) ([72856c7](https://github.com/netlify/cli/commit/72856c78f7367bd108f993adef51f9f61654b120)) + ### [8.9.4](https://github.com/netlify/cli/compare/v8.9.3...v8.9.4) (2022-01-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 75c88816bea..ede4d8d04d3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.9.4", + "version": "8.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.9.4", + "version": "8.9.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b867275e397..46fd85ab75b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.9.4", + "version": "8.9.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",