Skip to content

Commit e45867d

Browse files
chore(main): release 5.15.10 (#3487)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b62f71 commit e45867d

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.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.9"
2+
".": "5.15.10"
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.10](https://github.com/opennextjs/opennextjs-netlify/compare/v5.15.9...v5.15.10) (2026-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* don't optimize same-url rewrite if response headers need to be applied ([#3479](https://github.com/opennextjs/opennextjs-netlify/issues/3479)) ([decdc28](https://github.com/opennextjs/opennextjs-netlify/commit/decdc28c99220e70355910c17f08718c7d0a1902))
9+
* set cache tag for getStaticProps's redirect ([#3476](https://github.com/opennextjs/opennextjs-netlify/issues/3476)) ([9eea3fe](https://github.com/opennextjs/opennextjs-netlify/commit/9eea3fe1dcf26e1e8b4c6fbd856496ea573746bb))
10+
311
## [5.15.9](https://github.com/opennextjs/opennextjs-netlify/compare/v5.15.8...v5.15.9) (2026-03-09)
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.9",
3+
"version": "5.15.10",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)