diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..972cd2f --- /dev/null +++ b/CHANGELOG @@ -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 diff --git a/package.json b/package.json index fc7c1ed..887564a 100644 --- a/package.json +++ b/package.json @@ -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",