diff --git a/CHANGELOG.md b/CHANGELOG.md index 62141f88051..edabbecbd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [10.11.2](https://github.com/netlify/cli/compare/v10.11.1...v10.11.2) (2022-07-25) + + +### Bug Fixes + +* correctly create edge function directory when running in custom cwd ([#4860](https://github.com/netlify/cli/issues/4860)) ([9a88143](https://github.com/netlify/cli/commit/9a88143e10b71d8a8d8b3ba82af8865196637974)) +* **deps:** update dependency @netlify/build to ^27.5.0 ([#4859](https://github.com/netlify/cli/issues/4859)) ([3eec8e7](https://github.com/netlify/cli/commit/3eec8e724384959a2c68800fd7a4eced405de1d8)) +* **deps:** update dependency @netlify/config to ^18.1.2 ([#4858](https://github.com/netlify/cli/issues/4858)) ([f024587](https://github.com/netlify/cli/commit/f0245878ca123773e3d554f92a5990bbb37032e7)) +* **deps:** update dependency algoliasearch to v4.14.1 ([#4850](https://github.com/netlify/cli/issues/4850)) ([ef07504](https://github.com/netlify/cli/commit/ef07504d74f6678edcb793513be5118510f6362a)) +* **deps:** update dependency stripe to v9.14.0 ([#4851](https://github.com/netlify/cli/issues/4851)) ([684aa24](https://github.com/netlify/cli/commit/684aa24a305922570aa074a1c90e27ff5dcb5fda)) +* **deps:** update module github.com/aws/aws-lambda-go to v1.33.0 ([#4852](https://github.com/netlify/cli/issues/4852)) ([c6f3e85](https://github.com/netlify/cli/commit/c6f3e85ee9f93b653081814ac8d342b5cca3a010)) +* **deps:** update rust crate lambda_runtime to 0.6.0 ([#4853](https://github.com/netlify/cli/issues/4853)) ([d074933](https://github.com/netlify/cli/commit/d074933b0250f764721203b23a166a4454826477)) + ## [10.11.1](https://github.com/netlify/cli/compare/v10.11.0...v10.11.1) (2022-07-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cb7003bbac8..0e21d4894ba 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.11.1", + "version": "10.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.11.1", + "version": "10.11.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 95bc600e29c..6ba712ce885 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.11.1", + "version": "10.11.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",