Skip to content

Commit

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

Co-authored-by: Luke Morales <[email protected]>
  • Loading branch information
github-actions[bot] and lukemorales committed Mar 27, 2024
1 parent fc55e1d commit 5e7e23e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-geckos-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-candles-wash.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#14](https://github.com/lukemorales/next-safe-navigation/pull/14) [`fc55e1d`](https://github.com/lukemorales/next-safe-navigation/commit/fc55e1dff699c331d7e3517e41161473d7da08d1) Thanks [@lukemorales](https://github.com/lukemorales)! - Add better support for Catch-all Segments

### Patch Changes

- [`a5194b3`](https://github.com/lukemorales/next-safe-navigation/commit/a5194b31b7e2708c4e4f20ac4d79f55d29cda705) Thanks [@lukemorales](https://github.com/lukemorales)! - Use regex instead of for loop to replace path params

## 0.1.1

### Patch 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.1.1",
"version": "0.2.0",
"author": "Luke Morales <[email protected]>",
"description": "Type-safe navigation for NextJS App router",
"license": "MIT",
Expand Down

0 comments on commit 5e7e23e

Please sign in to comment.