diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7f55c6957..a533a9b5c45 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.2.0](https://github.com/netlify/cli/compare/v10.1.0...v10.2.0) (2022-05-04) + + +### Features + +* add HTTPS support for Edge Functions in Netlify Dev ([#4567](https://github.com/netlify/cli/issues/4567)) ([f51066e](https://github.com/netlify/cli/commit/f51066ecd170e86259ba7b9401c7fef7344793c0)) + + +### Bug Fixes + +* **deps:** update dependency http-proxy-middleware to v2.0.6 ([#4573](https://github.com/netlify/cli/issues/4573)) ([0e628eb](https://github.com/netlify/cli/commit/0e628eb4a5cb8d3b99a307d91d88e7daa0bb52c8)) +* **deps:** update dependency log-update to v5.0.1 ([#4574](https://github.com/netlify/cli/issues/4574)) ([7c5f0e4](https://github.com/netlify/cli/commit/7c5f0e41c7ef61507633bd976fb1d0ba6cf04acf)) +* watch edge function dependencies ([#4576](https://github.com/netlify/cli/issues/4576)) ([c44f2b6](https://github.com/netlify/cli/commit/c44f2b6da0cd0a874079acf1bb273df63b8b962d)) + ## [10.1.0](https://github.com/netlify/cli/compare/v10.0.0...v10.1.0) (2022-04-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3385ba5f37f..b6a7d09fd9a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.1.0", + "version": "10.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ce99c202595..01b769f2609 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.1.0", + "version": "10.2.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",