diff --git a/CHANGELOG.md b/CHANGELOG.md index 5debcfa7ef7..d1a0520ff1b 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). +## [12.14.0](https://github.com/netlify/cli/compare/v12.13.2...v12.14.0) (2023-02-20) + + +### Features + +* show displayName for any edge function that has one being run with ntl dev ([#5487](https://github.com/netlify/cli/issues/5487)) ([50fbfb4](https://github.com/netlify/cli/commit/50fbfb4fe48e5b1bdf3b39e8f1f1dbabef854883)) + ## [12.13.2](https://github.com/netlify/cli/compare/v12.13.1...v12.13.2) (2023-02-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 525201a134c..ff30971c74b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.13.2", + "version": "12.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.13.2", + "version": "12.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 13369c16a5f..292875b4367 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.13.2", + "version": "12.14.0", "author": "Netlify Inc.", "type": "module", "engines": {