Skip to content

Commit 2c5dd41

Browse files
committed
Prepare to release v5.2.0
1 parent 331141d commit 2c5dd41

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,23 @@ 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.2.0] - 2024-12-09
20+
1521
### Changed
1622

1723
- Improve performance.
18-
- Improve styling
24+
- Improve styling.
1925
- Increase background/foreground contrast for a number of elements.
2026
- Change styling of index of terms.
2127

2228
### Fixed
2329

2430
- Keep links to related items intact when renaming those items.
2531

26-
### Removed
27-
2832
## [5.1.0] - 2024-11-18
2933

3034
### Added
@@ -783,7 +787,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
783787

784788
- Initial release.
785789

786-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...HEAD
790+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.2.0...HEAD
791+
[5.2.0]: https://github.com/hilverd/glossary-page-template/compare/v5.1.0...v5.2.0
787792
[5.1.0]: https://github.com/hilverd/glossary-page-template/compare/v5.0.3...v5.1.0
788793
[5.0.3]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...v5.0.3
789794
[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2

elm-application.json

+2-2
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.1.0",
4+
"version": "5.2.0",
55
"exposed-modules": [
66
"AmortizedQueue",
77
"ApplicationShell",
@@ -52,4 +52,4 @@
5252
"TagsForm.TagDescriptionField",
5353
"TagsForm.TagField"
5454
]
55-
}
55+
}

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

0 commit comments

Comments
 (0)