Skip to content

Commit 3282023

Browse files
authored
Merge branch 'main' into feat/skew-protection
2 parents 9239542 + 67775ff commit 3282023

File tree

38 files changed

+565
-380
lines changed

38 files changed

+565
-380
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.13.4"
2+
".": "5.13.5"
33
}

CHANGELOG.md

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

3+
## [5.13.5](https://github.com/opennextjs/opennextjs-netlify/compare/v5.13.4...v5.13.5) (2025-10-06)
4+
5+
6+
### Bug Fixes
7+
8+
* bundle edge-runtime assets for turbopack builds ([a6063c9](https://github.com/opennextjs/opennextjs-netlify/commit/a6063c921de95ab6e48c7ea6cb3e513d2cb63577))
9+
* exclude `musl` binaries from function bundle when building on Netlify with `pnpm` monorepos ([a6063c9](https://github.com/opennextjs/opennextjs-netlify/commit/a6063c921de95ab6e48c7ea6cb3e513d2cb63577))
10+
311
## [5.13.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.13.3...v5.13.4) (2025-10-01)
412

513

e2e-report/package-lock.json

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

e2e-report/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"@netlify/plugin-nextjs": "^5.13.4",
12+
"@netlify/plugin-nextjs": "^5.13.5",
1313
"next": "^15.5.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"

0 commit comments

Comments
 (0)