diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 950342752b..02e54cf1a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.14.4" + ".": "5.14.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d75608798a..d7deecde45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.14.5](https://github.com/opennextjs/opennextjs-netlify/compare/v5.14.4...v5.14.5) (2025-11-03) + + +### Bug Fixes + +* add Buffer shim if is not globally available, adjust process and AsyncLocalStorage shims to only be applied when not available ([#3222](https://github.com/opennextjs/opennextjs-netlify/issues/3222)) ([e536181](https://github.com/opennextjs/opennextjs-netlify/commit/e536181f1b8d5518216a33c1c9d5052efa537f0d)) + + +### Performance Improvements + +* use conditional blob gets if same blob was fetched before for previous requests ([#3218](https://github.com/opennextjs/opennextjs-netlify/issues/3218)) ([2c6b3f5](https://github.com/opennextjs/opennextjs-netlify/commit/2c6b3f547f2f465ad10e96082cf957e49457248f)) + ## [5.14.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.14.3...v5.14.4) (2025-10-27) diff --git a/package-lock.json b/package-lock.json index 053af2031a..c449b434f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.14.4", + "version": "5.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "5.14.4", + "version": "5.14.5", "license": "MIT", "devDependencies": { "@fastly/http-compute-js": "1.1.5", diff --git a/package.json b/package.json index 842d5e97ff..da6c2ef7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.14.4", + "version": "5.14.5", "description": "Run Next.js seamlessly on Netlify", "main": "./dist/index.js", "type": "module",