diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a5b23ff5a..953c001e9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ 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.5.1](https://github.com/netlify/cli/compare/v11.5.0...v11.5.1) (2022-08-29) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.15.7 ([#4995](https://github.com/netlify/cli/issues/4995)) ([4cc8857](https://github.com/netlify/cli/commit/4cc8857a76d82fbe2a3d8c5e58e2f26b8c78cba2)) +* **deps:** update dependency @netlify/build to ^27.16.0 ([#5002](https://github.com/netlify/cli/issues/5002)) ([f115cb4](https://github.com/netlify/cli/commit/f115cb409dcce9164e53e2bda26f0b3a2773fc7e)) +* **deps:** update dependency @netlify/build to ^27.16.1 ([#5011](https://github.com/netlify/cli/issues/5011)) ([9043a1f](https://github.com/netlify/cli/commit/9043a1fce562c98014b666cf4fa13cd80a98bb28)) +* **deps:** update dependency @netlify/config to ^18.2.2 ([#4983](https://github.com/netlify/cli/issues/4983)) ([44bae12](https://github.com/netlify/cli/commit/44bae12f790c4be3a44c690fd2e148642e581ff4)) +* **deps:** update dependency @netlify/config to ^18.2.3 ([#5001](https://github.com/netlify/cli/issues/5001)) ([b0b5150](https://github.com/netlify/cli/commit/b0b5150b5298f958d6fa301d72480fecccdc4348)) +* **deps:** update dependency @netlify/edge-bundler to ^1.14.0 ([#4996](https://github.com/netlify/cli/issues/4996)) ([b2b2cbe](https://github.com/netlify/cli/commit/b2b2cbe5b0ba802ef09914cebec13fe44d6cb584)) +* **deps:** update dependency @netlify/edge-bundler to ^1.14.1 ([#5003](https://github.com/netlify/cli/issues/5003)) ([8dbea7c](https://github.com/netlify/cli/commit/8dbea7c79c27dcb21e715b4aae71590e3d549c26)) +* **deps:** update dependency @netlify/plugins-list to ^6.41.0 ([#5000](https://github.com/netlify/cli/issues/5000)) ([a0c74b5](https://github.com/netlify/cli/commit/a0c74b5dc588b5f2057b5b695d0e37a08ddced2e)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v6 ([#4972](https://github.com/netlify/cli/issues/4972)) ([8815097](https://github.com/netlify/cli/commit/881509736320731fced7b448df93c8f0047ae198)) +* **deps:** update dependency @types/node to v14.18.26 ([#5008](https://github.com/netlify/cli/issues/5008)) ([f9abbd7](https://github.com/netlify/cli/commit/f9abbd7c19ba9e8a1084fba1bbf4b17467cad4bf)) +* **deps:** update dependency netlify-redirector to ^0.3.1 ([#4998](https://github.com/netlify/cli/issues/4998)) ([0690e11](https://github.com/netlify/cli/commit/0690e11ccb4d25ff626dbf395f90b98dd37b7a07)) +* **deps:** update dependency typescript to v4.8.2 ([#5009](https://github.com/netlify/cli/issues/5009)) ([870a8d0](https://github.com/netlify/cli/commit/870a8d0417eb7b448d65d6cdcf26e879168e7df2)) + ## [11.5.0](https://github.com/netlify/cli/compare/v11.4.0...v11.5.0) (2022-08-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5eb3fd35de8..36c016fb49f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "11.5.0", + "version": "11.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "11.5.0", + "version": "11.5.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7809235b025..6975ee78ae8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "11.5.0", + "version": "11.5.1", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",