Skip to content

Commit

Permalink
Prepare to release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Dec 9, 2024
1 parent 97fc283 commit 81ca057
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
### Fixed
### Removed

## [5.2.1] - 2024-12-09

### Fixed

- 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.

## [5.2.0] - 2024-12-09

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

- Initial release.

[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.2.0...HEAD
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.2.1...HEAD
[5.2.1]: https://github.com/hilverd/glossary-page-template/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...v5.1.0
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
Expand Down
2 changes: 1 addition & 1 deletion elm-application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hilverd/glossary-page-template",
"summary": "Create a glossary as a single HTML page hosted anywhere.",
"version": "5.2.0",
"version": "5.2.1",
"exposed-modules": [
"AmortizedQueue",
"ApplicationShell",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glossary-page-template",
"version": "5.2.0",
"version": "5.2.1",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
Expand Down

0 comments on commit 81ca057

Please sign in to comment.