Skip to content

Commit d53ae94

Browse files
committed
Prepare to release v3.3.0
1 parent beef7be commit d53ae94

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
@@ -12,13 +12,16 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1212
## [Unreleased]
1313

1414
### Added
15-
16-
- Allow showing last updated dates for items.
17-
1815
### Changed
1916
### Fixed
2017
### Removed
2118

19+
## [3.3.0] - 2023-05-26
20+
21+
### Added
22+
23+
- Allow showing last updated dates for items.
24+
2225
## [3.2.0] - 2023-05-05
2326

2427
### Added
@@ -467,7 +470,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
467470

468471
- Initial release.
469472

470-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...HEAD
473+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...HEAD
474+
[3.3.0]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...v3.3.0
471475
[3.2.0]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...v3.2.0
472476
[3.1.0]: https://github.com/hilverd/glossary-page-template/compare/v3.0.0...v3.1.0
473477
[3.0.0]: https://github.com/hilverd/glossary-page-template/compare/v2.1.0...v3.0.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.2.0",
4+
"version": "3.3.0",
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.2.0",
3+
"version": "3.3.0",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)