Skip to content

Commit

Permalink
Prepare to release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Jan 24, 2024
1 parent bb6dbfe commit 4354135
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion elm-application.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4354135

Please sign in to comment.