Skip to content

Commit

Permalink
Prepare to release v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Jan 28, 2023
1 parent dd47880 commit 4ff2f7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
## [Unreleased]

### Added
### Changed
### Fixed
### Removed

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

### Changed
### Added

- Add a README to `.tar.gz` package in a release with instructions on how to run the server for editing.

### Fixed

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

### Removed

## [1.8.5] - 2023-01-20

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

- Initial release.

[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.5...HEAD
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.8.6...HEAD
[1.8.6]: https://github.com/hilverd/glossary-page-template/compare/v1.8.5...v1.8.6
[1.8.5]: https://github.com/hilverd/glossary-page-template/compare/v1.8.4...v1.8.5
[1.8.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...v1.8.4
[1.7.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...v1.7.4
Expand Down
3 changes: 2 additions & 1 deletion elm-application.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "hilverd/glossary-page-template",
"summary": "Create a glossary as a single HTML page hosted anywhere.",
"version": "1.8.5",
"version": "1.8.6",
"exposed-modules": [
"ApplicationShell",
"Data.AboutLink",
"Data.AboutParagraph",
"Data.GlossaryItem.Details",
"Data.GlossaryItem.RelatedTerm",
"Data.GlossaryItem.Term",
"Data.GlossaryItem",
"Data.GlossaryItemIndex",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glossary-page-template",
"version": "1.8.5",
"version": "1.8.6",
"description": "Create a glossary as a single HTML page hosted anywhere.",
"private": true,
"author": "Hilverd Reker",
Expand Down

0 comments on commit 4ff2f7a

Please sign in to comment.