Skip to content

Commit 6d5d020

Browse files
chore(changesets): bump package version (#23)
chore: bump package version Co-authored-by: Luke Morales <lukemorales@live.com>
1 parent a953425 commit 6d5d020

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tasty-kings-shop.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.2
4+
5+
### Patch Changes
6+
7+
- [`a953425`](https://github.com/lukemorales/next-safe-navigation/commit/a9534250a8d3b820f91249ce7384954dcd95943c) Thanks [@lukemorales](https://github.com/lukemorales)! - Use iterator to check `URLSearchParams` size in older browsers by @wontondon
8+
39
## 0.3.1
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.1",
3+
"version": "0.3.2",
44
"author": "Luke Morales <lukemorales@live.com>",
55
"description": "Type-safe navigation for NextJS App router",
66
"license": "MIT",

0 commit comments

Comments
 (0)