From 32601705bb9f217effb1394e8571431e4861fde4 Mon Sep 17 00:00:00 2001 From: Hilverd Reker Date: Fri, 21 Jun 2024 14:07:08 +0100 Subject: [PATCH] Prepare to release v4.7.1 --- CHANGELOG.md | 7 ++++++- elm-application.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cca12c..9f314f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ This applies from version 0.5.0 onwards, as some versions before that have broke ### Fixed ### Removed +## [4.7.1] - 2024-06-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. + ## [4.7.0] - 2024-06-21 ### Changed @@ -717,7 +721,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co - Initial release. -[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...HEAD +[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...HEAD +[4.7.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.0...v4.7.1 [4.7.0]: https://github.com/hilverd/glossary-page-template/compare/v4.6.0...v4.7.0 [4.6.0]: https://github.com/hilverd/glossary-page-template/compare/v4.5.1...v4.6.0 [4.5.1]: https://github.com/hilverd/glossary-page-template/compare/v4.5.0...v4.5.1 diff --git a/elm-application.json b/elm-application.json index 7ad035e..486ca2d 100644 --- a/elm-application.json +++ b/elm-application.json @@ -1,7 +1,7 @@ { "name": "hilverd/glossary-page-template", "summary": "Create a glossary as a single HTML page hosted anywhere.", - "version": "4.6.0", + "version": "4.7.1", "exposed-modules": [ "AmortizedQueue", "ApplicationShell", diff --git a/package.json b/package.json index 41d3189..af9ae8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossary-page-template", - "version": "4.6.0", + "version": "4.7.1", "description": "Create a glossary as a single HTML page hosted anywhere.", "private": true, "author": "Hilverd Reker",