Skip to content

Commit 45dacbb

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/node-middleware-support
2 parents aec3a71 + edd1000 commit 45dacbb

File tree

6 files changed

+251
-267
lines changed

6 files changed

+251
-267
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.0"
2+
".": "5.12.1"
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.12.1](https://github.com/opennextjs/opennextjs-netlify/compare/v5.12.0...v5.12.1) (2025-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* fail build/deploy when using not yet unsupported Node.js Midleware ([#3016](https://github.com/opennextjs/opennextjs-netlify/issues/3016)) ([8c86b77](https://github.com/opennextjs/opennextjs-netlify/commit/8c86b77864f150f86e8d029bb9479df67356ce8b))
9+
310
## [5.12.0](https://github.com/opennextjs/opennextjs-netlify/compare/v5.11.6...v5.12.0) (2025-07-31)
411

512

e2e-report/package-lock.json

Lines changed: 84 additions & 92 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@netlify/plugin-nextjs": "^5.12.0",
12+
"@netlify/plugin-nextjs": "^5.12.1",
1313
"next": "^14.2.26",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
@@ -19,7 +19,7 @@
1919
"daisyui": "^4.12.2",
2020
"eslint": "^8.57.0",
2121
"eslint-config-next": "^14.2.4",
22-
"netlify-cli": "^23.1.4",
22+
"netlify-cli": "^23.2.1",
2323
"postcss": "^8.4.38",
2424
"sass": "^1.77.1",
2525
"tailwindcss": "^3.4.4"

0 commit comments

Comments
 (0)