Skip to content

Commit b6c74a7

Browse files
committed
Prepare to release v3.2.0
1 parent 4d3e1c1 commit b6c74a7

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,6 +11,13 @@ 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.2.0] - 2023-05-05
20+
1421
### Added
1522

1623
- Add button for choosing theme: light, dark, or operating system preference.
@@ -19,9 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1926

2027
- Upgrade KaTeX to version 0.16.7.
2128

22-
### Fixed
23-
### Removed
24-
2529
## [3.1.0] - 2023-04-30
2630

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

461465
- Initial release.
462466

463-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...HEAD
467+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.2.0...HEAD
468+
[3.2.0]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...v3.2.0
464469
[3.1.0]: https://github.com/hilverd/glossary-page-template/compare/v3.0.0...v3.1.0
465470
[3.0.0]: https://github.com/hilverd/glossary-page-template/compare/v2.1.0...v3.0.0
466471
[2.1.0]: https://github.com/hilverd/glossary-page-template/compare/v2.0.0...v2.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.1.0",
4+
"version": "3.2.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.1.0",
3+
"version": "3.2.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)