Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 12.0.0 #5088

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down