Skip to content

Commit

Permalink
chore(changesets): bump package version (#16)
Browse files Browse the repository at this point in the history
chore: bump package version

Co-authored-by: Luke Morales <lukemorales@live.com>
  • Loading branch information
github-actions[bot] and lukemorales committed Mar 29, 2024
1 parent c68f706 commit 0634241
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/fuzzy-parrots-glow.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# next-safe-navigation

## 0.3.0

### Minor Changes

- [#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`

You may now enable `experimental.typedRoutes` in `next.config.js` to have a better and safer experience with autocomplete when defining your routes

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-safe-navigation",
"version": "0.2.0",
"version": "0.3.0",
"author": "Luke Morales <lukemorales@live.com>",
"description": "Type-safe navigation for NextJS App router",
"license": "MIT",
Expand Down

0 comments on commit 0634241

Please sign in to comment.