Skip to content

Commit 0a01caa

Browse files
committed
Prepare to release v5.0.1
1 parent d5d7f1c commit 0a01caa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1616
### Fixed
1717
### Removed
1818

19-
## [5.0.0] - 2024-06-21
19+
## [5.0.1] - 2024-06-21
2020

2121
This version contains the changes that were originally released in 4.7.0 (and then temporarily reverted in 4.7.1).
2222

2323
The **breaking** change is that there are now stricter validation rules around preferred and alternative terms. In particular, a preferred term cannot also appear as an alternative term in any item.
2424

2525
If your glossary does not violate this rule then upgrading should hopefully be easy. Otherwise, you can follow the steps below.
2626

27-
1. Upgrade to 5.0.0
27+
1. Upgrade to 5.0.1
2828
2. Edit the glossary and save without making any changes
2929
3. If this doesn't get past the validation, revert back to version 4.7.1 and then make the necessary changes
3030
4. Go back to step 1.
@@ -742,8 +742,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
742742

743743
- Initial release.
744744

745-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.0...HEAD
746-
[5.0.0]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.0
745+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...HEAD
746+
[5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1
747747
[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1
748748
[4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0
749749
[4.6.0]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...v4.6.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.0",
4+
"version": "5.0.1",
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.0",
3+
"version": "5.0.1",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)