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 11.6.0 #5014

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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [11.6.0](https://github.com/netlify/cli/compare/v11.5.1...v11.6.0) (2022-09-08)


### Features

* run framework detection and run plugins on netlify build ([#5029](https://github.com/netlify/cli/issues/5029)) ([c85efc4](https://github.com/netlify/cli/commit/c85efc45bd46ee4038fbe44f64fe99ce0b25eb7b))


### Bug Fixes

* correctly allow redirects to external URLs ([#5005](https://github.com/netlify/cli/issues/5005)) ([afd67d5](https://github.com/netlify/cli/commit/afd67d55bd5ce6899cb092af34b57cc858c06d63))
* **deps:** update dependency dotenv to v16.0.2 ([#5021](https://github.com/netlify/cli/issues/5021)) ([3b12130](https://github.com/netlify/cli/commit/3b121306db2a4b340d6d3d8d436728ac59b67c8e))
* **deps:** update dependency stripe to v10 ([#4906](https://github.com/netlify/cli/issues/4906)) ([1e5f8b0](https://github.com/netlify/cli/commit/1e5f8b00083042565858945a9af7f0a5b9a53fc5))
* **deps:** update dependency stripe to v10.8.0 ([#5023](https://github.com/netlify/cli/issues/5023)) ([3c78615](https://github.com/netlify/cli/commit/3c786150b7eaa1b0ee93b71e06989f81510fad52))
* **deps:** update rust crate tokio to 1.21.0 ([#5024](https://github.com/netlify/cli/issues/5024)) ([6d8cfb8](https://github.com/netlify/cli/commit/6d8cfb8c7a44f3d7149c97568f0ea665f27368bc))

## [11.5.1](https://github.com/netlify/cli/compare/v11.5.0...v11.5.1) (2022-08-29)


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.5.1",
"version": "11.6.0",
"author": "Netlify Inc.",
"contributors": [
"@whitep4nth3r (https://twitter.com/whitep4nth3r)",
Expand Down