Skip to content

Commit b66d852

Browse files
committed
Prepare to release v4.6.0
1 parent 25f47aa commit b66d852

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+
## [4.6.0] - 2024-03-04
20+
1521
### Changed
1622

1723
- Make search also cover definitions.
@@ -26,8 +32,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
2632
- Prevent having multiple items with the same fragment identifier. The fragment identifier for an item is its disambiguated preferred term, with spaces replaced by underscores.
2733
- Prevent search item from being made active just because mouse pointer is already over it.
2834

29-
### Removed
30-
3135
## [4.5.1] - 2024-02-13
3236

3337
### Fixed
@@ -703,7 +707,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
703707

704708
- Initial release.
705709

706-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...HEAD
710+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...HEAD
711+
[4.6.0]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...v4.6.0
707712
[4.5.1]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...v4.5.1
708713
[4.5.0]: https://github.com/hilverd/glossary-page-template/compare/v4.4.0...v4.5.0
709714
[4.4.0]: https://github.com/hilverd/glossary-page-template/compare/v4.3.0...v4.4.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.5.1",
4+
"version": "4.6.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.5.1",
3+
"version": "4.6.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)