diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8244ffb4a..587ccc0ca9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "4.14.0" + "plugin": "4.14.1" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 6f58f848d0..15366bd22f 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.14.1](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.14.0...plugin-nextjs-v4.14.1) (2022-08-03) + + +### Bug Fixes + +* replace netlify:edge identifier with full URL ([#1500](https://github.com/netlify/netlify-plugin-nextjs/issues/1500)) ([69327e6](https://github.com/netlify/netlify-plugin-nextjs/commit/69327e64f98234e3df37acc6d7479e705f5998c0)) + ## [4.14.0](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.13.1...plugin-nextjs-v4.14.0) (2022-08-01) diff --git a/plugin/package.json b/plugin/package.json index a3d04a3a29..147a1e404d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.14.0", + "version": "4.14.1", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [