Skip to content

Commit 7bfef16

Browse files
committed
Prepare to release v3.4.3
1 parent a53e1c7 commit 7bfef16

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1313

1414
### Added
1515
### Changed
16-
17-
- Make icon for "View as single item" button more intuitive.
18-
1916
### Fixed
2017
### Removed
2118

19+
## [3.4.3] - 2023-06-27
20+
21+
### Changed
22+
23+
- Make icon for "View as single item" button more intuitive.
24+
2225
## [3.4.2] - 2023-06-25
2326

2427
### Fixed
@@ -499,7 +502,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
499502

500503
- Initial release.
501504

502-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.2...HEAD
505+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.3...HEAD
506+
[3.4.3]: https://github.com/hilverd/glossary-page-template/compare/v3.4.2...v3.4.3
503507
[3.4.2]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...v3.4.2
504508
[3.4.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...v3.4.1
505509
[3.3.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...v3.3.1

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.2",
4+
"version": "3.4.3",
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.2",
3+
"version": "3.4.3",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)