diff --git a/CHANGELOG.md b/CHANGELOG.md index a533a9b5c45..c1fbb86b871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.3.0](https://github.com/netlify/cli/compare/v10.2.0...v10.3.0) (2022-05-06) + + +### Features + +* make deploy command bundle edge functions ([#4562](https://github.com/netlify/cli/issues/4562)) ([f4ee7a4](https://github.com/netlify/cli/commit/f4ee7a433d9e417ac11c2f362cdf2063fb888f45)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.1.0 ([#4578](https://github.com/netlify/cli/issues/4578)) ([b844274](https://github.com/netlify/cli/commit/b8442749367fd87a923e66d2c24a9c613b6ac899)) +* **deps:** update dependency @netlify/build to ^27.1.1 ([#4585](https://github.com/netlify/cli/issues/4585)) ([73b2d6a](https://github.com/netlify/cli/commit/73b2d6ac2b5721da2bd16b4881b2f81f69a94fe7)) +* **deps:** update dependency @netlify/edge-bundler to ^1.1.0 ([#4582](https://github.com/netlify/cli/issues/4582)) ([01d8217](https://github.com/netlify/cli/commit/01d82174b4332cf13583c926c98fe3b9f701c318)) + ## [10.2.0](https://github.com/netlify/cli/compare/v10.1.0...v10.2.0) (2022-05-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 36d026bd836..572be9959ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.2.0", + "version": "10.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5cf7cf7b7c9..e2d600c8d10 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.2.0", + "version": "10.3.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",