From 132dcd6518d4c328e7d7da1b07e8bb2b371d0a7b Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:36:16 +0000 Subject: [PATCH] chore(main): release 10.1.0 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f46241077..5763fd49c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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-26) + + +### Features + +* 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 196bfb481ff..751a6c8ff7c 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 e8107bab45a..ab642b56b10 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)",