From 4354135e4e1bfddfdab949a240096afbdd329404 Mon Sep 17 00:00:00 2001 From: Hilverd Reker Date: Wed, 24 Jan 2024 08:57:42 +0000 Subject: [PATCH] Prepare to release v4.4.0 --- CHANGELOG.md | 14 +++++++++----- elm-application.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a599d2..f084883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,17 @@ This applies from version 0.5.0 onwards, as some versions before that have broke ## [Unreleased] ### Added - -- Include tags in Markdown export. -- Add experimental `worker.min.js` script to releases. - ### Changed ### Fixed ### Removed +## [4.4.0] - 2024-01-24 + +### Added + +- Include tags in Markdown export. +- Add experimental `worker.min.js` script to releases. + ## [4.3.0] - 2024-01-08 ### Added @@ -666,7 +669,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.3.0...HEAD +[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v4.4.0...HEAD +[4.4.0]: https://github.com/hilverd/glossary-page-template/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/hilverd/glossary-page-template/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/hilverd/glossary-page-template/compare/v4.1.0...v4.2.0 [4.1.0]: https://github.com/hilverd/glossary-page-template/compare/v4.0.0...v4.1.0 diff --git a/elm-application.json b/elm-application.json index e3c65a9..ac08a1a 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.3.0", + "version": "4.4.0", "exposed-modules": [ "AmortizedQueue", "ApplicationShell", diff --git a/package.json b/package.json index a87ac1b..c151147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossary-page-template", - "version": "4.3.0", + "version": "4.4.0", "description": "Create a glossary as a single HTML page hosted anywhere.", "private": true, "author": "Hilverd Reker",