Skip to content

Commit 1587070

Browse files
chore(main): release 5.11.2
1 parent 43776b9 commit 1587070

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.11.1"
2+
".": "5.11.2"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.11.2](https://github.com/opennextjs/opennextjs-netlify/compare/v5.11.1...v5.11.2) (2025-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* address edge can read request body failures ([#2890](https://github.com/opennextjs/opennextjs-netlify/issues/2890)) ([5489c0d](https://github.com/opennextjs/opennextjs-netlify/commit/5489c0da29fb863ff2efb624b4dd128b5f37a8f0))
9+
* ensure internal `x-middleware-set-cookie` header is not passed on to lambda ([#2891](https://github.com/opennextjs/opennextjs-netlify/issues/2891)) ([b3ab558](https://github.com/opennextjs/opennextjs-netlify/commit/b3ab558bf50ded49cb6dac1ff714926c2832413d))
10+
311
## [5.11.1](https://github.com/opennextjs/opennextjs-netlify/compare/v5.11.0...v5.11.1) (2025-05-06)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "5.11.1",
3+
"version": "5.11.2",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)