Skip to content

Commit

Permalink
Prepare to release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Jun 21, 2024
1 parent 2451d15 commit a86c128
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.0.2] - 2024-06-21

### Fixed

- Fix instructions visibility issue when `file:` URL is opened.

## [5.0.1] - 2024-06-21

This version contains the changes that were originally released in 4.7.0 (and then temporarily reverted in 4.7.1).
Expand Down Expand Up @@ -742,7 +748,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.0.1...HEAD
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...HEAD
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1
[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1
[4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0
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.0.1",
"version": "5.0.2",
"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.0.1",
"version": "5.0.2",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
Expand Down

0 comments on commit a86c128

Please sign in to comment.