Skip to content

Commit 0214617

Browse files
chore: release main
1 parent 394a955 commit 0214617

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
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
}

packages/runtime/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.41.4](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.41.3...plugin-nextjs-v4.41.4) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* don't follow redirects for rewrites ([#2423](https://github.com/netlify/next-runtime/issues/2423)) ([e59c617](https://github.com/netlify/next-runtime/commit/e59c617b29db7647e81dcdaf7788644521dc6636))
9+
310
## [4.41.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.41.2...plugin-nextjs-v4.41.3) (2023-12-08)
411

512

packages/runtime/package.json

+1-1
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)