Skip to content

Commit 0892979

Browse files
committed
Prepare to release v1.9.0
1 parent e75ea2a commit 0892979

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,18 +11,22 @@ 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+
## [1.9.0] - 2023-02-01
20+
1421
### Added
1522

1623
- Show a preview on the "Edit Title and About Section" page.
1724
- Show a preview on the edit/create item page.
1825

19-
### Changed
2026
### Fixed
2127

2228
- After deleting an item, focus should not be on another Delete button.
2329

24-
### Removed
25-
2630
## [1.8.6] - 2023-01-28
2731

2832
### Added
@@ -372,7 +376,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
372376

373377
- Initial release.
374378

375-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.6...HEAD
379+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.9.0...HEAD
380+
[1.9.0]: https://github.com/hilverd/glossary-page-template/compare/v1.8.6...v1.9.0
376381
[1.8.6]: https://github.com/hilverd/glossary-page-template/compare/v1.8.5...v1.8.6
377382
[1.8.5]: https://github.com/hilverd/glossary-page-template/compare/v1.8.4...v1.8.5
378383
[1.8.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...v1.8.4

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": "1.8.6",
4+
"version": "1.9.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": "1.8.6",
3+
"version": "1.9.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)