Skip to content

Commit 5225532

Browse files
committed
Prepare to release v5.0.3
1 parent cd50ab6 commit 5225532

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1212
## [Unreleased]
1313

1414
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
18+
19+
## [5.0.3] - 2024-07-17
20+
1521
### Changed
1622

1723
- Upgrade GitHub Actions.
@@ -20,8 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
2026

2127
- When using the `worker.min.js` script, ensure that items are sorted by the IDs of their disambiguated preferred terms.
2228

23-
### Removed
24-
2529
## [5.0.2] - 2024-06-21
2630

2731
### Fixed
@@ -755,7 +759,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
755759

756760
- Initial release.
757761

758-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...HEAD
762+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...HEAD
763+
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
759764
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2
760765
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1
761766
[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1

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

0 commit comments

Comments
 (0)