Skip to content

Commit 81ca057

Browse files
committed
Prepare to release v5.2.1
1 parent 97fc283 commit 81ca057

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1616
### Fixed
1717
### Removed
1818

19+
## [5.2.1] - 2024-12-09
20+
21+
### Fixed
22+
23+
- Make `Browser.application` hack more reliable, as v5.2.0 had accidentally been released with a bug that broke the ability to open a glossary file in the browser.
24+
1925
## [5.2.0] - 2024-12-09
2026

2127
### Changed
@@ -787,7 +793,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
787793

788794
- Initial release.
789795

790-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.2.0...HEAD
796+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.2.1...HEAD
797+
[5.2.1]: https://github.com/hilverd/glossary-page-template/compare/v5.2.0...v5.2.1
791798
[5.2.0]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...v5.2.0
792799
[5.1.0]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...v5.1.0
793800
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3

elm-application.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hilverd/glossary-page-template",
33
"summary": "Create a glossary as a single HTML page hosted anywhere.",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"exposed-modules": [
66
"AmortizedQueue",
77
"ApplicationShell",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)