Skip to content

Commit 639ae93

Browse files
committed
Prepare to release v3.1.0
1 parent 2f26ff9 commit 639ae93

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.1.0] - 2023-04-30
20+
1421
### Added
1522

1623
- Make it clear that "n" is a keyboard shortcut for creating a new item.
@@ -22,9 +29,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
2229
- Rename "most frequent first" to "most mentioned first" for clarity.
2330
- Improve print layout.
2431

25-
### Fixed
26-
### Removed
27-
2832
## [3.0.0] - 2023-03-20
2933

3034
### Added
@@ -450,7 +454,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
450454

451455
- Initial release.
452456

453-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.0.0...HEAD
457+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.1.0...HEAD
458+
[3.1.0]: https://github.com/hilverd/glossary-page-template/compare/v3.0.0...v3.1.0
454459
[3.0.0]: https://github.com/hilverd/glossary-page-template/compare/v2.1.0...v3.0.0
455460
[2.1.0]: https://github.com/hilverd/glossary-page-template/compare/v2.0.0...v2.1.0
456461
[2.0.0]: https://github.com/hilverd/glossary-page-template/compare/v1.9.0...v2.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.0.0",
4+
"version": "3.1.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.0.0",
3+
"version": "3.1.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)