Skip to content

Commit ddc27ea

Browse files
chore(changesets): bump package version (#26)
chore: bump package version Co-authored-by: Luke Morales <lukemorales@live.com>
1 parent 711f5f6 commit ddc27ea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/lucky-years-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# next-safe-navigation
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/lukemorales/next-safe-navigation/pull/25) [`711f5f6`](https://github.com/lukemorales/next-safe-navigation/commit/711f5f6b85d1fcb4147901523226cc8cac1e6a5f) Thanks [@Katona](https://github.com/Katona)! - Fix `catch-all` params can't be mixed with other params
8+
39
## 0.3.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-safe-navigation",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"author": "Luke Morales <lukemorales@live.com>",
55
"description": "Type-safe navigation for NextJS App router",
66
"license": "MIT",

0 commit comments

Comments
 (0)