From a86c128ddefe71f8930d05704c0e52b616ad881e Mon Sep 17 00:00:00 2001 From: Hilverd Reker Date: Fri, 21 Jun 2024 17:08:22 +0100 Subject: [PATCH] Prepare to release v5.0.2 --- CHANGELOG.md | 9 ++++++++- elm-application.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938f3ca..7c9c498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ This applies from version 0.5.0 onwards, as some versions before that have broke ### Fixed ### Removed +## [5.0.2] - 2024-06-21 + +### Fixed + +- Fix instructions visibility issue when `file:` URL is opened. + ## [5.0.1] - 2024-06-21 This version contains the changes that were originally released in 4.7.0 (and then temporarily reverted in 4.7.1). @@ -742,7 +748,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co - Initial release. -[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...HEAD +[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v5.0.2...HEAD +[5.0.2]: https://github.com/hilverd/glossary-page-template/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/hilverd/glossary-page-template/compare/v4.7.1...v5.0.1 [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 diff --git a/elm-application.json b/elm-application.json index 0c999fc..16368e7 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": "5.0.1", + "version": "5.0.2", "exposed-modules": [ "AmortizedQueue", "ApplicationShell", diff --git a/package.json b/package.json index fb67c6e..6030080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossary-page-template", - "version": "5.0.1", + "version": "5.0.2", "description": "Create a glossary as a single HTML page hosted anywhere.", "private": true, "author": "Hilverd Reker",