diff --git a/CHANGELOG.md b/CHANGELOG.md index 910b57d1a2c..837ec2a4389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.9.0](https://github.com/netlify/cli/compare/v10.8.0...v10.9.0) (2022-07-12) + + +### Features + +* add user assigned mock geo for edge local dev ([#4708](https://github.com/netlify/cli/issues/4708)) ([f17b8a3](https://github.com/netlify/cli/commit/f17b8a34fc8891a3f282ec3ef5834c7d729df237)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^6.32.0 ([#4793](https://github.com/netlify/cli/issues/4793)) ([158d364](https://github.com/netlify/cli/commit/158d36475881643a1bc1136444b2a95ddbfdfe6c)) + ## [10.8.0](https://github.com/netlify/cli/compare/v10.7.1...v10.8.0) (2022-07-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 37a6bd8d673..872f148932b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.8.0", + "version": "10.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.8.0", + "version": "10.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dff37ba9306..bfbd5828a25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.8.0", + "version": "10.9.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",