diff --git a/CHANGELOG.md b/CHANGELOG.md index 37877a8861f..c3fc2603173 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.0.7](https://github.com/netlify/cli/compare/v12.0.6...v12.0.7) (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency @netlify/framework-info to ^9.3.0 ([#5138](https://github.com/netlify/cli/issues/5138)) ([dd9c209](https://github.com/netlify/cli/commit/dd9c2091ce670f3c63d0c030fe8af2693be67ca2)) + ## [12.0.6](https://github.com/netlify/cli/compare/v12.0.5...v12.0.6) (2022-10-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f845a61fb1d..44a03325c66 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.0.6", + "version": "12.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.0.6", + "version": "12.0.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 868491c3486..090e74e9773 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.0.6", + "version": "12.0.7", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",