diff --git a/CHANGELOG.md b/CHANGELOG.md index 156151a4b26..a2b4c0af65b 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). +## [12.9.1](https://github.com/netlify/cli/compare/v12.9.0...v12.9.1) (2023-01-20) + + +### Bug Fixes + +* sign redirect with secret from env var ([#5415](https://github.com/netlify/cli/issues/5415)) ([99305de](https://github.com/netlify/cli/commit/99305de506038ac896e43175118cfb8b563cc701)) + ## [12.9.0](https://github.com/netlify/cli/compare/v12.8.0...v12.9.0) (2023-01-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1726a1083b6..1673c0d9f18 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.9.0", + "version": "12.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.9.0", + "version": "12.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 43be849d722..bff84e6e415 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.9.0", + "version": "12.9.1", "author": "Netlify Inc.", "type": "module", "engines": {