Skip to content

Commit de22449

Browse files
authored
chore(main): release 5.10.6 (#2844)
1 parent 9c8353b commit de22449

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.10.5"
2+
".": "5.10.6"
33
}

CHANGELOG.md

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

3+
## [5.10.6](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.5...v5.10.6) (2025-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* narrow down mismatch content warning to non-304 responses ([#2826](https://github.com/opennextjs/opennextjs-netlify/issues/2826)) ([5ecd720](https://github.com/opennextjs/opennextjs-netlify/commit/5ecd72016d671ad0ae6084b396f2e31b349f0f15))
9+
* RSC responses when using middleware rewrites or redirects for cacheable page being served for html requests ([#2843](https://github.com/opennextjs/opennextjs-netlify/issues/2843)) ([9c8353b](https://github.com/opennextjs/opennextjs-netlify/commit/9c8353b67a6485c90c1041d149ef991dc2034bf6))
10+
311
## [5.10.5](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.4...v5.10.5) (2025-04-11)
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.10.5",
3+
"version": "5.10.6",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)