diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fdceeaaa0..156151a4b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ 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.0](https://github.com/netlify/cli/compare/v12.8.0...v12.9.0) (2023-01-20) + + +### Features + +* add support for signed redirects ([#5414](https://github.com/netlify/cli/issues/5414)) ([733c47e](https://github.com/netlify/cli/commit/733c47e22268ac63e9a71f702c732635edc343e2)) + + +### Bug Fixes + +* **deps:** update dependency netlify-redirector to ^0.4.0 ([#5413](https://github.com/netlify/cli/issues/5413)) ([e978613](https://github.com/netlify/cli/commit/e978613156a716d2a05db91300e9d68c5bd1a9bb)) +* gracefully handle errors when setting headers ([#5411](https://github.com/netlify/cli/issues/5411)) ([734c23c](https://github.com/netlify/cli/commit/734c23ccaa4b059cd638d26795a16b2497a234d4)) + ## [12.8.0](https://github.com/netlify/cli/compare/v12.7.2...v12.8.0) (2023-01-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4c462e0cd20..1726a1083b6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.8.0", + "version": "12.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.8.0", + "version": "12.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2fdf5954d25..43be849d722 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.8.0", + "version": "12.9.0", "author": "Netlify Inc.", "type": "module", "engines": {