Skip to content

Commit 394fd65

Browse files
committed
Prepare to release v3.3.1
1 parent 394436b commit 394fd65

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,21 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1111

1212
## [Unreleased]
1313

14+
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
18+
19+
## [3.3.1] - 2023-06-13
20+
1421
### Added
1522

1623
- Save "order items" choice across browser sessions.
1724

18-
### Changed
1925
### Fixed
2026

2127
- Fix layout bug that removed the maximum height restriction for items.
2228

23-
### Removed
24-
2529
## [3.3.0] - 2023-05-26
2630

2731
### Added
@@ -476,7 +480,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
476480

477481
- Initial release.
478482

479-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...HEAD
483+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...HEAD
484+
[3.3.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.0...v3.3.1
480485
[3.3.0]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...v3.3.0
481486
[3.2.0]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...v3.2.0
482487
[3.1.0]: https://github.com/hilverd/glossary-page-template/compare/v3.0.0...v3.1.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.3.0",
4+
"version": "3.3.1",
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.3.0",
3+
"version": "3.3.1",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)