Skip to content

Commit 16e625c

Browse files
committedAug 19, 2023
Prepare to release v3.7.0
1 parent eabc65a commit 16e625c

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.7.0] - 2023-08-19
20+
1421
### Added
1522

1623
- Make it easier to rearrange related items.
@@ -19,9 +26,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1926

2027
- Add button to easily copy command for running editor to clipboard.
2128

22-
### Fixed
23-
### Removed
24-
2529
## [3.6.1] - 2023-08-10
2630

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

557561
- Initial release.
558562

559-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.6.1...HEAD
563+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.7.0...HEAD
564+
[3.7.0]: https://github.com/hilverd/glossary-page-template/compare/v3.6.1...v3.7.0
560565
[3.6.1]: https://github.com/hilverd/glossary-page-template/compare/v3.6.0...v3.6.1
561566
[3.6.0]: https://github.com/hilverd/glossary-page-template/compare/v3.5.2...v3.6.0
562567
[3.5.2]: https://github.com/hilverd/glossary-page-template/compare/v3.5.1...v3.5.2

‎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.6.1",
4+
"version": "3.7.0",
55
"exposed-modules": [
66
"AmortizedQueue",
77
"ApplicationShell",

‎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.6.1",
3+
"version": "3.7.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)