Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0151fcd

Browse files
authoredJan 26, 2023
chore: release main
1 parent 75c0535 commit 0151fcd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.30.2",
2+
"packages/runtime": "4.30.3",
33
"packages/next": "1.4.3"
44
}

‎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.30.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.2...plugin-nextjs-v4.30.3) (2023-01-26)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly match params in edge runtime ([#1896](https://github.com/netlify/next-runtime/issues/1896)) ([75c0535](https://github.com/netlify/next-runtime/commit/75c05352d1dc8761e065522e7266de1f193569a8))
9+
310
## [4.30.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.1...plugin-nextjs-v4.30.2) (2023-01-24)
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.30.2",
3+
"version": "4.30.3",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.