Update changelogs.

This commit is contained in:
Dillon Kearns 2023-09-07 14:29:46 -07:00
parent c83ebd9d7f
commit cb2158ba4f
2 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [10.0.2] - 2023-09-07
### Fixed
- Cleaned up handling of navigating to new pages with query parameters, and navigating to links with `#`'s (named anchors). See [#389](https://github.com/dillonkearns/elm-pages/issues/389).
Thank you to [`@kyasu1`](https://github.com/kyasu1) for the issue report and suggested fixes!
## [8.0.2] - 2021-08-03
### Fixed

View File

@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.0.8] - 2023-09-07
### Fixed
- Fix for a Windows path import issue, see [#384](https://github.com/dillonkearns/elm-pages/issues/384).
- Removed some optional chaining operators to prevent unnecessary Node version requirement.
## [2.1.9] - 2021-08-27
### Added