Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Oct 7, 2024
1 parent 4ed74a8 commit a91840d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2024-10-07

### Fixed

- Fix back/forward button does not change the contents of the page ([#2](https://github.com/LayerXcom/next-navigation-guard/issues/2)).

## [0.1.0] - 2024-09-18

### Added

- The initial release of next-navigation-guard.

[unreleased]: https://github.com/LayerXcom/next-navigation-guard/compare/v0.1.1...HEAD
[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.0",
"version": "0.1.1",
"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 a91840d

Please sign in to comment.