Skip to content

Commit 025e4e1

Browse files
authored
chore(main): release 5.10.4 (#2820)
1 parent 70f9b15 commit 025e4e1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [5.10.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.3...v5.10.4) (2025-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add debug information around potential html/rsc response mismatches ([#2816](https://github.com/opennextjs/opennextjs-netlify/issues/2816)) ([70f9b15](https://github.com/opennextjs/opennextjs-netlify/commit/70f9b152ace8ad36911c5018eac89c6336b5c5df))
9+
* handle case of zero-length cacheable route handler responses ([#2819](https://github.com/opennextjs/opennextjs-netlify/issues/2819)) ([530d2c5](https://github.com/opennextjs/opennextjs-netlify/commit/530d2c5bab7c2bda2f5157226e84d7ee050afb86))
10+
311
## [5.10.3](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.2...v5.10.3) (2025-04-03)
412

513

Diff for: package-lock.json

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

Diff for: 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.10.3",
3+
"version": "5.10.4",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)