Skip to content

Commit cf5a6b1

Browse files
committed
Prepare to release v3.4.2
1 parent 5a54839 commit cf5a6b1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1414
### Added
1515
### Changed
1616
### Fixed
17+
### Removed
1718

18-
- Fix bug where last updated date was not changing in "View as single item" modal dialog.
19+
## [3.4.2] - 2023-06-25
1920

20-
### Removed
21+
### Fixed
22+
23+
- Fix bug where last updated date was not changing in "View as single item" modal dialog.
2124

2225
## [3.4.1] - 2023-06-25
2326

@@ -493,7 +496,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
493496

494497
- Initial release.
495498

496-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...HEAD
499+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.2...HEAD
500+
[3.4.2]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...v3.4.2
497501
[3.4.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...v3.4.1
498502
[3.3.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...v3.3.1
499503
[3.3.0]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...v3.3.0

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": "3.4.1",
4+
"version": "3.4.2",
55
"exposed-modules": [
66
"ApplicationShell",
77
"Data.AboutLink",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)