Skip to content

Commit afc2eb2

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

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.4",
2+
"packages/runtime": "4.41.5",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.41.5](https://github.com/opennextjs/opennextjs-netlify/compare/plugin-nextjs-v4.41.4...plugin-nextjs-v4.41.5) (2026-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **v4:** make `fetch` and `self` both be reassignable instead of `const` ([#3360](https://github.com/opennextjs/opennextjs-netlify/issues/3360)) ([b4f2906](https://github.com/opennextjs/opennextjs-netlify/commit/b4f2906cad4aad4b31a720073c5be3adfe12d256))
9+
310
## [4.41.4](https://github.com/opennextjs/opennextjs-netlify/compare/plugin-nextjs-v4.41.3...plugin-nextjs-v4.41.4) (2026-01-05)
411

512

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

0 commit comments

Comments
 (0)