Skip to content

Commit 4199e61

Browse files
chore(main): release 5.13.0
1 parent bfed78e commit 4199e61

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.12.1"
2+
".": "5.13.0"
33
}

CHANGELOG.md

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

3+
## [5.13.0](https://github.com/opennextjs/opennextjs-netlify/compare/v5.12.1...v5.13.0) (2025-09-02)
4+
5+
6+
### Features
7+
8+
* Node.js Middleware support ([#3018](https://github.com/opennextjs/opennextjs-netlify/issues/3018)) ([ddfe7f4](https://github.com/opennextjs/opennextjs-netlify/commit/ddfe7f40bc0f96bf8195e7e02818bafd20c0288f))
9+
10+
11+
### Bug Fixes
12+
13+
* support ppr shells for dynamic page routes ([#3092](https://github.com/opennextjs/opennextjs-netlify/issues/3092)) ([bfed78e](https://github.com/opennextjs/opennextjs-netlify/commit/bfed78e9b927822582340c48741ea0ed19a5a676))
14+
315
## [5.12.1](https://github.com/opennextjs/opennextjs-netlify/compare/v5.12.0...v5.12.1) (2025-08-20)
416

517

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

0 commit comments

Comments
 (0)