Skip to content

Commit 5f86878

Browse files
chore(main): release 5.11.3 (#2971)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
1 parent a3a18d4 commit 5f86878

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.11.2"
2+
".": "5.11.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.11.3](https://github.com/opennextjs/opennextjs-netlify/compare/v5.11.2...v5.11.3) (2025-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* don't 404 on prefetches to fully static pages router pages when middleware is present ([#2957](https://github.com/opennextjs/opennextjs-netlify/issues/2957)) ([7af10ec](https://github.com/opennextjs/opennextjs-netlify/commit/7af10ec939e7a0767739b12d48867b3e4789a3fa))
9+
310
## [5.11.2](https://github.com/opennextjs/opennextjs-netlify/compare/v5.11.1...v5.11.2) (2025-05-21)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)