diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0529fa985..36af2306a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.7.3" + ".": "5.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 851a366f49..0baed76851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.7.4](https://github.com/netlify/next-runtime/compare/v5.7.3...v5.7.4) (2024-10-09) + + +### Bug Fixes + +* handle non ASCII characters in cache-tag headers ([#2645](https://github.com/netlify/next-runtime/issues/2645)) ([fcf2414](https://github.com/netlify/next-runtime/commit/fcf241443cd10dac36e0466c4192bed19b853f00)) + ## [5.7.3](https://github.com/netlify/next-runtime/compare/v5.7.2...v5.7.3) (2024-10-01) diff --git a/package-lock.json b/package-lock.json index 798fb28c21..789e2ff75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.7.3", + "version": "5.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "5.7.3", + "version": "5.7.4", "license": "MIT", "devDependencies": { "@fastly/http-compute-js": "1.1.4", diff --git a/package.json b/package.json index c059abb85b..8adb08a932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.7.3", + "version": "5.7.4", "description": "Run Next.js seamlessly on Netlify", "main": "./dist/index.js", "type": "module",