Skip to content

Commit 0634241

Browse files
chore(changesets): bump package version (#16)
chore: bump package version Co-authored-by: Luke Morales <lukemorales@live.com>
1 parent c68f706 commit 0634241

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fuzzy-parrots-glow.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#15](https://github.com/lukemorales/next-safe-navigation/pull/15) [`31d794e`](https://github.com/lukemorales/next-safe-navigation/commit/31d794ed599e14596591f9874874c8446151528a) Thanks [@lukemorales](https://github.com/lukemorales)! - Add support for `experimental.typedRoutes`
8+
9+
You may now enable `experimental.typedRoutes` in `next.config.js` to have a better and safer experience with autocomplete when defining your routes
10+
311
## 0.2.0
412

513
### Minor 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.2.0",
3+
"version": "0.3.0",
44
"author": "Luke Morales <lukemorales@live.com>",
55
"description": "Type-safe navigation for NextJS App router",
66
"license": "MIT",

0 commit comments

Comments
 (0)