Skip to content

Commit 4ff2f7a

Browse files
committed
Prepare to release v1.8.6
1 parent dd47880 commit 4ff2f7a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1212
## [Unreleased]
1313

1414
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
1518

16-
- Add a README to `.tar.gz` package in a release with instructions on how to run the server for editing.
19+
## [1.8.6] - 2023-01-28
1720

18-
### Changed
21+
### Added
22+
23+
- Add a README to `.tar.gz` package in a release with instructions on how to run the server for editing.
1924

2025
### Fixed
2126

2227
- Don't show "How to Make Changes" instructions if editor is already running.
2328

24-
### Removed
25-
2629
## [1.8.5] - 2023-01-20
2730

2831
### Added
@@ -362,7 +365,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
362365

363366
- Initial release.
364367

365-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.5...HEAD
368+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.6...HEAD
369+
[1.8.6]: https://github.com/hilverd/glossary-page-template/compare/v1.8.5...v1.8.6
366370
[1.8.5]: https://github.com/hilverd/glossary-page-template/compare/v1.8.4...v1.8.5
367371
[1.8.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...v1.8.4
368372
[1.7.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...v1.7.4

elm-application.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "hilverd/glossary-page-template",
33
"summary": "Create a glossary as a single HTML page hosted anywhere.",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"exposed-modules": [
66
"ApplicationShell",
77
"Data.AboutLink",
88
"Data.AboutParagraph",
99
"Data.GlossaryItem.Details",
10+
"Data.GlossaryItem.RelatedTerm",
1011
"Data.GlossaryItem.Term",
1112
"Data.GlossaryItem",
1213
"Data.GlossaryItemIndex",

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.5",
3+
"version": "1.8.6",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)