Skip to content

Commit f309416

Browse files
chore(main): release 5.3.2 (#542)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <[email protected]>
1 parent 87342c3 commit f309416

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.3.2](https://github.com/netlify/next-runtime-minimal/compare/v5.3.1...v5.3.2) (2024-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* allow parallel routes to resolve without routing to a 404 page ([#516](https://github.com/netlify/next-runtime-minimal/issues/516)) ([04dc3ec](https://github.com/netlify/next-runtime-minimal/commit/04dc3ecb4c6723e235f42e0ae305229497bdac03))
9+
* ensure locale is in next response url to allow page locale to inferred downstream ([#533](https://github.com/netlify/next-runtime-minimal/issues/533)) ([59b575e](https://github.com/netlify/next-runtime-minimal/commit/59b575e5ce3db1aac6777648ede245f5358de070))
10+
* manually triggered notFound pages in page-router for older versions of next ([#541](https://github.com/netlify/next-runtime-minimal/issues/541)) ([30ef981](https://github.com/netlify/next-runtime-minimal/commit/30ef98119d5d8a7deb48c90454e0983526246f18))
11+
312
## [5.3.1](https://github.com/netlify/next-runtime-minimal/compare/v5.3.0...v5.3.1) (2024-05-22)
413

514

package-lock.json

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

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.3.1",
3+
"version": "5.3.2",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)