Skip to content

Commit 503d547

Browse files
piehorinokai
andauthored
chore(main): release 5.9.4 (#2741)
Co-authored-by: Rob Stanford <[email protected]>
1 parent 9c72690 commit 503d547

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.9.3"
2+
".": "5.9.4"
33
}

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.9.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.3...v5.9.4) (2025-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure background work is finished when response has 3xx or 5xx status code ([#2742](https://github.com/opennextjs/opennextjs-netlify/issues/2742)) ([ff2632f](https://github.com/opennextjs/opennextjs-netlify/commit/ff2632f2d5e391a1f087baaa484174fe27507dd2))
9+
* use uint8array for htmlrewriter wasm module instead of base64 ([25f6f30](https://github.com/opennextjs/opennextjs-netlify/commit/25f6f300f481483ab445cf6fb2b9d181d50d2637))
10+
* use uint8array for user's wasm modules used in middleware instead of base64 ([#2740](https://github.com/opennextjs/opennextjs-netlify/issues/2740)) ([aab8803](https://github.com/opennextjs/opennextjs-netlify/commit/aab8803a20b7f0894e2314e9b4ee51d63966e1d1))
11+
312
## [5.9.3](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.2...v5.9.3) (2025-01-07)
413

514

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "5.9.3",
3+
"version": "5.9.4",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)