Skip to content

Commit ddfc2d5

Browse files
chore: release v4 (#2462)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d9b9df commit ddfc2d5

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.41.3",
2+
"packages/runtime": "4.41.4",
33
"packages/next": "1.4.9"
44
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/CHANGELOG.md

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

3+
## [4.41.4](https://github.com/opennextjs/opennextjs-netlify/compare/plugin-nextjs-v4.41.3...plugin-nextjs-v4.41.4) (2026-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* don't follow redirects for rewrites ([#2423](https://github.com/opennextjs/opennextjs-netlify/issues/2423)) ([e59c617](https://github.com/opennextjs/opennextjs-netlify/commit/e59c617b29db7647e81dcdaf7788644521dc6636))
9+
* use modern import attributes syntax for JSON imports ([#3352](https://github.com/opennextjs/opennextjs-netlify/issues/3352)) ([672cdcd](https://github.com/opennextjs/opennextjs-netlify/commit/672cdcd9019b896129cf5834da1f6c10cec9373b))
10+
311
## [4.41.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.41.2...plugin-nextjs-v4.41.3) (2023-12-08)
412

513

packages/runtime/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": "4.41.3",
3+
"version": "4.41.4",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)