Skip to content

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Dec 11, 2024
1 parent ca01bb0 commit 3613ded
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-12-11

### Fixed

- deps: Support Next.js 14 / 15 as peer dependencies ([#13](https://github.com/LayerXcom/next-navigation-guard/pulls/13)).

## [0.1.1] - 2024-10-07

### Fixed
Expand All @@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The initial release of next-navigation-guard.

[unreleased]: https://github.com/LayerXcom/next-navigation-guard/compare/v0.1.1...HEAD
[unreleased]: https://github.com/LayerXcom/next-navigation-guard/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.2
[0.1.1]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.1
[0.1.0]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-navigation-guard",
"version": "0.1.1",
"version": "0.1.2",
"description": "Navigation Guard for Next.js App Router and Pages Router.",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 3613ded

Please sign in to comment.