diff --git a/CHANGELOG.md b/CHANGELOG.md index 319f93960fd..3f92854d110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ 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.8.1](https://github.com/netlify/cli/compare/v11.8.0...v11.8.1) (2022-09-20) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.18.2 ([#5054](https://github.com/netlify/cli/issues/5054)) ([ee66401](https://github.com/netlify/cli/commit/ee66401a170c87e37e09b3780a068847ca29717e)) +* **deps:** update dependency @netlify/build to ^27.18.3 ([#5072](https://github.com/netlify/cli/issues/5072)) ([a2b0f45](https://github.com/netlify/cli/commit/a2b0f458401363e847261695e029d9fd9759e1dc)) +* **deps:** update dependency @netlify/edge-bundler to ^2.1.0 ([#5071](https://github.com/netlify/cli/issues/5071)) ([2f6044d](https://github.com/netlify/cli/commit/2f6044def272ca2be436fcad663691456aa0e406)) +* **deps:** update dependency @netlify/plugins-list to ^6.44.0 ([#5044](https://github.com/netlify/cli/issues/5044)) ([7829abf](https://github.com/netlify/cli/commit/7829abf51bda6d705a7787265b0ac57f23e42f36)) +* **deps:** update dependency @netlify/plugins-list to ^6.45.0 ([#5073](https://github.com/netlify/cli/issues/5073)) ([8ad767c](https://github.com/netlify/cli/commit/8ad767c7d8dfb4e994b10f5cd085280e9992210f)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^7.1.2 ([#5052](https://github.com/netlify/cli/issues/5052)) ([ce92262](https://github.com/netlify/cli/commit/ce922622d3865363923a383b9f73c8373a68c2f0)) +* **deps:** update dependency @types/node to v14.18.29 ([#5057](https://github.com/netlify/cli/issues/5057)) ([fe1c37b](https://github.com/netlify/cli/commit/fe1c37b4a857db31f23b1d9ac265961eaf16ee3d)) +* **deps:** update dependency ci-info to v3.4.0 ([#5065](https://github.com/netlify/cli/issues/5065)) ([095f77e](https://github.com/netlify/cli/commit/095f77e86401ec375114a8773c32b0f462bd3003)) +* **deps:** update dependency lambda-local to v2.0.3 ([#5058](https://github.com/netlify/cli/issues/5058)) ([70ee924](https://github.com/netlify/cli/commit/70ee924a18aec59c54689bc48305a4d91a8ce3ad)) +* **deps:** update dependency stripe to v10.10.0 ([#5066](https://github.com/netlify/cli/issues/5066)) ([27a78b8](https://github.com/netlify/cli/commit/27a78b85e6cdf6616793e9d5e5acab0fd16c405c)) +* **deps:** update dependency typescript to v4.8.3 ([#5059](https://github.com/netlify/cli/issues/5059)) ([6af4a44](https://github.com/netlify/cli/commit/6af4a441ebc1b1b64363578dcb5f116dc7498202)) +* **deps:** update dependency wait-port to v0.3.1 ([#5060](https://github.com/netlify/cli/issues/5060)) ([5067d0e](https://github.com/netlify/cli/commit/5067d0ebac8ce101f87e60d41140df94b8b9dd01)) +* **deps:** update rust crate aws_lambda_events to 0.7.0 ([#5067](https://github.com/netlify/cli/issues/5067)) ([d0a691b](https://github.com/netlify/cli/commit/d0a691b968d7da9f1567b29cf24a6e46dff31466)) +* **deps:** update rust crate lambda_runtime to 0.6.1 ([#5062](https://github.com/netlify/cli/issues/5062)) ([bf5bc2e](https://github.com/netlify/cli/commit/bf5bc2e0a9a9286985a5d7e6b7d10afdfc2c9f89)) +* **deps:** update rust crate tokio to 1.21.1 ([#5063](https://github.com/netlify/cli/issues/5063)) ([1206d87](https://github.com/netlify/cli/commit/1206d872c0e8efab1f0281eaff03bfd33e02803b)) +* graph code generator TOML injection ([#5053](https://github.com/netlify/cli/issues/5053)) ([6ab0493](https://github.com/netlify/cli/commit/6ab0493dfe64e77e46b24d222531b18078e9d8d8)) +* **graph:** fix siteId codegen issues ([#5056](https://github.com/netlify/cli/issues/5056)) ([6a20ecb](https://github.com/netlify/cli/commit/6a20ecb66effe18d2c697d12ebd6a7e465ae432b)) + ## [11.8.0](https://github.com/netlify/cli/compare/v11.7.1...v11.8.0) (2022-09-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ac6bc55adb5..4375cd5ffce 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "11.8.0", + "version": "11.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "11.8.0", + "version": "11.8.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e997e89b26..a31485a634c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "11.8.0", + "version": "11.8.1", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",