From 3613ded7d9aa38e3b18d1939ebe68a8ee7d930c5 Mon Sep 17 00:00:00 2001 From: Yuya Tanaka Date: Wed, 11 Dec 2024 10:27:24 +0900 Subject: [PATCH] Bump version to v0.1.2 --- CHANGELOG | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 972cd2f..9824578 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 @@ -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 diff --git a/package.json b/package.json index b7a3b6f..eb0fce9 100644 --- a/package.json +++ b/package.json @@ -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",