diff --git a/CHANGELOG.md b/CHANGELOG.md index 465559841bf..c231845d4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [16.2.0](https://github.com/netlify/cli/compare/v16.1.0...v16.2.0) (2023-08-29) + + +### Features + +* add support for `context.params` in edge functions ([#5964](https://github.com/netlify/cli/issues/5964)) ([ed14e05](https://github.com/netlify/cli/commit/ed14e051791cca585a52dce27258dcea64828371)) +* support custom function routes ([#5954](https://github.com/netlify/cli/issues/5954)) ([82b94b5](https://github.com/netlify/cli/commit/82b94b58ae39a86190829c777da35bc4b355409e)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/edge-bundler to v8.18.0 ([#5953](https://github.com/netlify/cli/issues/5953)) ([016cdf9](https://github.com/netlify/cli/commit/016cdf9b9169eb2a413f8367e67aa67c2801a7f6)) +* **deps:** update dependency @netlify/edge-bundler to v8.19.0 ([#5971](https://github.com/netlify/cli/issues/5971)) ([42478fd](https://github.com/netlify/cli/commit/42478fd5b9d85f13628fc3effb83bf7affe4a8c9)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.6.0 ([#5935](https://github.com/netlify/cli/issues/5935)) ([1d68354](https://github.com/netlify/cli/commit/1d683549caee458e5850fed829f5f1900704b3f3)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.7.3 ([#5957](https://github.com/netlify/cli/issues/5957)) ([57d6627](https://github.com/netlify/cli/commit/57d662749ea23370744f39645b95a866aa20bb57)) +* **deps:** update dependency lambda-local to v2.1.2 ([#5967](https://github.com/netlify/cli/issues/5967)) ([e592944](https://github.com/netlify/cli/commit/e592944008c20f5cf03c1a27bbe8adea9489e4dc)) +* **deps:** update netlify packages ([#5915](https://github.com/netlify/cli/issues/5915)) ([1ad27ac](https://github.com/netlify/cli/commit/1ad27ac2298858d3b04f35dcd8d3899d9a2b03d2)) +* **deps:** update netlify packages ([#5965](https://github.com/netlify/cli/issues/5965)) ([654c366](https://github.com/netlify/cli/commit/654c366e8f3ea1023bd3ea79d3044ccfb4e15a42)) + ## [16.1.0](https://github.com/netlify/cli/compare/v16.0.3...v16.1.0) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 34ac48eb567..9d9ba58e657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "16.1.0", + "version": "16.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "16.1.0", + "version": "16.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f5bfd8ff22b..0e5cc490579 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "16.1.0", + "version": "16.2.0", "author": "Netlify Inc.", "type": "module", "engines": {