Skip to content

Commit 3260170

Browse files
committed
Prepare to release v4.7.1
1 parent 8a937b7 commit 3260170

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

19+
## [4.7.1] - 2024-06-21
20+
21+
This release brings back version 4.6.0. The changes for 4.7.0 should have been released as a new major version, as there are breaking changes.
22+
1923
## [4.7.0] - 2024-06-21
2024

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

718722
- Initial release.
719723

720-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...HEAD
724+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...HEAD
725+
[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1
721726
[4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0
722727
[4.6.0]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...v4.6.0
723728
[4.5.1]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...v4.5.1

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.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.6.0",
3+
"version": "4.7.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)