Skip to content

Commit 1531d56

Browse files
authored
Merge pull request #12 from ethanniser/changeset-release/main
1.0.5 fix path bug under certain inputs
2 parents a30a8d8 + 9215299 commit 1531d56

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/shy-berries-wink.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-typesafe-url
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- a30a8d8: fix: $path now behaves as intended under specific combinations of inputs
8+
39
## 1.0.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "next-typesafe-url",
33
"description": "JSON serializable, fully typesafe, and zod validated URL search params, dynamic route params, and routing for NextJS",
44
"license": "MIT",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"author": "Ethan Niser",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)