Skip to content

Commit 71a64cf

Browse files
committed
Prepare to release v4.7.0
1 parent 918d4b9 commit 71a64cf

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

+8-4
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+
## [4.7.0] - 2024-06-21
20+
1521
### Changed
1622

1723
- Make link for scrolling back to top dynamically appear at bottom right when (probably) needed -- instead of always being visible at the top left.
@@ -20,9 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
2026
- Upgrade KaTeX to version 0.16.10.
2127
- Make `worker.min.js` script more performant by removing UI specific concerns.
2228

23-
### Fixed
24-
### Removed
25-
2629
## [4.6.0] - 2024-03-04
2730

2831
### Changed
@@ -714,7 +717,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
714717

715718
- Initial release.
716719

717-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...HEAD
720+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...HEAD
721+
[4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0
718722
[4.6.0]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...v4.6.0
719723
[4.5.1]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...v4.5.1
720724
[4.5.0]: https://github.com/hilverd/glossary-page-template/compare/v4.4.0...v4.5.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": "4.6.0",
4+
"version": "4.7.0",
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": "4.6.0",
3+
"version": "4.7.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)