diff --git a/CHANGELOG.md b/CHANGELOG.md index 143cbdcccc4..b1719422a4c 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.4](https://github.com/netlify/cli/compare/v8.9.3...v8.9.4) (2022-01-17) + + +### Bug Fixes + +* **deps:** update dependency netlify-redirect-parser to ^13.0.1 ([#4065](https://github.com/netlify/cli/issues/4065)) ([662e01b](https://github.com/netlify/cli/commit/662e01ba86c3ca6efa8c8f94596be05b575b3fa1)) + ### [8.9.3](https://github.com/netlify/cli/compare/v8.9.2...v8.9.3) (2022-01-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 557055d3a1a..8d6c27bd642 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.9.3", + "version": "8.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.9.3", + "version": "8.9.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1bf1f72d811..a43e4c29786 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.9.3", + "version": "8.9.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",