diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a628134e8..54e0336d0cc 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). +### [9.6.9](https://github.com/netlify/cli/compare/v9.6.8...v9.6.9) (2022-02-21) + + +### Bug Fixes + +* **deps:** update dependency netlify-redirect-parser to ^13.0.3 ([#4343](https://github.com/netlify/cli/issues/4343)) ([9ab137a](https://github.com/netlify/cli/commit/9ab137a29f893a47e0030d85de040c8d1728478e)) + ### [9.6.8](https://github.com/netlify/cli/compare/v9.6.7...v9.6.8) (2022-02-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a2d4efe2078..6de6e3d4a30 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.6.8", + "version": "9.6.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.6.8", + "version": "9.6.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0386a83346a..cd6e037aaf0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.6.8", + "version": "9.6.9", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",