Skip to content

Commit dcbaca6

Browse files
chore(main): release 5.15.2
1 parent e05bef9 commit dcbaca6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.15.1"
2+
".": "5.15.2"
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.15.2](https://github.com/opennextjs/opennextjs-netlify/compare/v5.15.1...v5.15.2) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* de-duplicate blob operation spans ([#3279](https://github.com/opennextjs/opennextjs-netlify/issues/3279)) ([e05bef9](https://github.com/opennextjs/opennextjs-netlify/commit/e05bef98983f4dfc1d7aca04f1d21c518cabc7f9))
9+
* handle node_modules in standalone's dist dir ([#3282](https://github.com/opennextjs/opennextjs-netlify/issues/3282)) ([5bd9d85](https://github.com/opennextjs/opennextjs-netlify/commit/5bd9d85da3ebcc039678186aeef50b2bf08f0ba8))
10+
311
## [5.15.1](https://github.com/opennextjs/opennextjs-netlify/compare/v5.15.0...v5.15.1) (2025-11-27)
412

513

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

0 commit comments

Comments
 (0)