Skip to content

Commit

Permalink
Prepare to release v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Jul 17, 2024
1 parent cd50ab6 commit 5225532
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
## [Unreleased]

### Added
### Changed
### Fixed
### Removed

## [5.0.3] - 2024-07-17

### Changed

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

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

### Removed

## [5.0.2] - 2024-06-21

### Fixed
Expand Down Expand Up @@ -755,7 +759,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.2...HEAD
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...HEAD
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
[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
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.2",
"version": "5.0.3",
"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.2",
"version": "5.0.3",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
Expand Down

0 comments on commit 5225532

Please sign in to comment.