Skip to content

Commit 9bf298d

Browse files
committed
Prepare to release v4.5.1
1 parent 6d92f57 commit 9bf298d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

19+
## [4.5.1] - 2024-02-13
20+
21+
### Fixed
22+
23+
- Fixed typo in test.
24+
1925
## [4.5.0] - 2024-02-13
2026

2127
### Added
@@ -685,7 +691,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
685691

686692
- Initial release.
687693

688-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...HEAD
694+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...HEAD
695+
[4.5.1]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...v4.5.1
689696
[4.5.0]: https://github.com/hilverd/glossary-page-template/compare/v4.4.0...v4.5.0
690697
[4.4.0]: https://github.com/hilverd/glossary-page-template/compare/v4.3.0...v4.4.0
691698
[4.3.0]: https://github.com/hilverd/glossary-page-template/compare/v4.2.0...v4.3.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.0",
4+
"version": "4.5.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": "4.5.0",
3+
"version": "4.5.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)