diff --git a/CHANGELOG.md b/CHANGELOG.md index f2762f643f2..3771027183f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [13.2.0](https://github.com/netlify/cli/compare/v13.1.7...v13.2.0) (2023-03-21) + + +### Features + +* add metadata and `onError` to edge functions ([#5584](https://github.com/netlify/cli/issues/5584)) ([1311734](https://github.com/netlify/cli/commit/1311734b01fc732e98eafb77a8ee45bf85b961ec)) + ## [13.1.7](https://github.com/netlify/cli/compare/v13.1.6...v13.1.7) (2023-03-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cb81a5972b9..5efff6824ac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.1.7", + "version": "13.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.1.7", + "version": "13.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7266eb4d28c..f5cd633e67f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.1.7", + "version": "13.2.0", "author": "Netlify Inc.", "type": "module", "engines": {