diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efcf3b7ac3..64a2d87853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ 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.0](https://github.com/netlify/cli/compare/v11.8.3...v12.0.0) (2022-09-27) + + +### ⚠ BREAKING CHANGES + +* remove node 12 support (#5089) + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.18.6 ([#5091](https://github.com/netlify/cli/issues/5091)) ([e977945](https://github.com/netlify/cli/commit/e977945b73cccbd03f1ca3cc2edd36728c4c149f)) +* **deps:** update dependency @netlify/config to ^18.2.4 ([#5092](https://github.com/netlify/cli/issues/5092)) ([8e392a4](https://github.com/netlify/cli/commit/8e392a4da31cf844fd4c11d0fe95bb88cc8e8052)) +* **deps:** update dependency @types/node to v14.18.30 ([#5086](https://github.com/netlify/cli/issues/5086)) ([cc833de](https://github.com/netlify/cli/commit/cc833de3faa1a09bd60e39cfc8b50472dd62125a)) +* **deps:** update dependency stripe to v10.11.0 ([#5087](https://github.com/netlify/cli/issues/5087)) ([e7e15a3](https://github.com/netlify/cli/commit/e7e15a3ac701321181dedcbf23da581e6e597701)) +* **deps:** update dependency uuid to v9 ([#5068](https://github.com/netlify/cli/issues/5068)) ([4ed5916](https://github.com/netlify/cli/commit/4ed5916bab059ac9858b6f8488a1d07d84c1df55)) +* remove unused plugins-list dependency ([#5090](https://github.com/netlify/cli/issues/5090)) ([a205266](https://github.com/netlify/cli/commit/a205266d057edbd5fe722548ff79df475f66386b)) + + +### Miscellaneous Chores + +* remove node 12 support ([#5089](https://github.com/netlify/cli/issues/5089)) ([3ce29ee](https://github.com/netlify/cli/commit/3ce29eedf10b2d4c0f6ac6c29aeee932cd40af4a)) + ## [11.8.3](https://github.com/netlify/cli/compare/v11.8.2...v11.8.3) (2022-09-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 72190ff5d1f..cac6299562b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "11.8.3", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "11.8.3", + "version": "12.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4129e769002..a8fae39fa11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "11.8.3", + "version": "12.0.0", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",