-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
31 lines (18 loc) · 1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.2] - 2024-12-11
### Fixed
- deps: Support Next.js 14 / 15 as peer dependencies ([#13](https://github.com/LayerXcom/next-navigation-guard/pulls/13)). @zachelrath
## [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.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