Skip to content

Commit 0298c53

Browse files
committed
Prepare to release v1.8.4
1 parent 688e9ee commit 0298c53

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ 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
18+
19+
## [1.8.4] - 2022-11-24
1520

1621
### Changed
1722

1823
- Order search results based on frequency.
1924

20-
### Fixed
21-
### Removed
22-
2325
## [1.7.4] - 2022-07-08
2426

2527
### Fixed
@@ -343,7 +345,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
343345

344346
- Initial release.
345347

346-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...HEAD
348+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.4...HEAD
349+
[1.8.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...v1.8.4
347350
[1.7.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...v1.7.4
348351
[1.7.3]: https://github.com/hilverd/glossary-page-template/compare/v1.7.2...v1.7.3
349352
[1.7.2]: https://github.com/hilverd/glossary-page-template/compare/v1.7.1...v1.7.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": "1.7.4",
4+
"version": "1.8.4",
55
"exposed-modules": [
66
"ApplicationShell",
77
"Extras.Array",

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

0 commit comments

Comments
 (0)