Skip to content

Commit a86c128

Browse files
committed
Prepare to release v5.0.2
1 parent 2451d15 commit a86c128

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.0.2] - 2024-06-21
20+
21+
### Fixed
22+
23+
- Fix instructions visibility issue when `file:` URL is opened.
24+
1925
## [5.0.1] - 2024-06-21
2026

2127
This version contains the changes that were originally released in 4.7.0 (and then temporarily reverted in 4.7.1).
@@ -742,7 +748,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
742748

743749
- Initial release.
744750

745-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...HEAD
751+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...HEAD
752+
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2
746753
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1
747754
[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1
748755
[4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0

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.0.1",
4+
"version": "5.0.2",
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.0.1",
3+
"version": "5.0.2",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)