diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f4d54814f..9a70790510a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.6.3](https://github.com/netlify/cli/compare/v10.6.2...v10.6.3) (2022-06-27) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.3.0 ([#4734](https://github.com/netlify/cli/issues/4734)) ([9f68c05](https://github.com/netlify/cli/commit/9f68c0576118ca9151e03e94fdeba93217836a81)) +* **deps:** update dependency @netlify/build to ^27.3.1 ([#4736](https://github.com/netlify/cli/issues/4736)) ([bbb9638](https://github.com/netlify/cli/commit/bbb9638cea78b3935e02c8f0f63d572f063d92e4)) +* **deps:** update dependency @netlify/config to ^18.1.0 ([#4737](https://github.com/netlify/cli/issues/4737)) ([68c4abf](https://github.com/netlify/cli/commit/68c4abf6d191eb336f291c28c5d9acb706b04231)) +* **deps:** update dependency stripe to v9.10.0 ([#4741](https://github.com/netlify/cli/issues/4741)) ([9b6adad](https://github.com/netlify/cli/commit/9b6adad106fc9e2a3321c03f53e11dc1dfe4ed59)) + ## [10.6.2](https://github.com/netlify/cli/compare/v10.6.1...v10.6.2) (2022-06-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 55cc7d8430b..9edc645f957 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.6.2", + "version": "10.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.6.2", + "version": "10.6.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1418e0883d4..6c7ba4f9fa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.6.2", + "version": "10.6.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",