diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f46241077..5b7f55c6957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.1.0](https://github.com/netlify/cli/compare/v10.0.0...v10.1.0) (2022-04-27) + + +### Features + +* add geolocation data to Netlify Dev ([#4566](https://github.com/netlify/cli/issues/4566)) ([f35b14c](https://github.com/netlify/cli/commit/f35b14cc6562628137ed718e8518b5ff4bfa75ae)) +* change order of Edge Functions execution ([#4555](https://github.com/netlify/cli/issues/4555)) ([9998550](https://github.com/netlify/cli/commit/99985508bed75d2ec76f5f7eeed191b0e946d224)) +* warn about orphaned Edge Function declarations ([#4554](https://github.com/netlify/cli/issues/4554)) ([8945228](https://github.com/netlify/cli/commit/89452281c9cfb1aff19991a93ed2638d0bc03734)) + ## [10.0.0](https://github.com/netlify/cli/compare/v9.16.7...v10.0.0) (2022-04-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1e3b23f5572..8422dd610d3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.0.0", + "version": "10.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bb304d1a4da..21027802ef5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.0.0", + "version": "10.1.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",