Skip to content

Commit dee6065

Browse files
committed
Prepare to release v1.6.0
1 parent 326f1bb commit dee6065

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1212
## [Unreleased]
1313

1414
### Added
15-
16-
- When `data-enable-saving-changes-in-memory="true"`, save in memory only. This allows running example glossaries in "sandbox mode" to see what the editor UI looks like.
17-
1815
### Changed
1916
### Fixed
2017
### Removed
2118

19+
## [1.6.0] - 2022-05-27
20+
21+
### Added
22+
23+
- When `data-enable-saving-changes-in-memory="true"`, save in memory only. This allows running example glossaries in "sandbox mode" to see what the editor UI looks like.
24+
2225
## [1.5.0] - 2022-05-13
2326

2427
### Added
@@ -288,7 +291,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
288291

289292
- Initial release.
290293

291-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...HEAD
294+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...HEAD
295+
[1.6.0]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...v1.6.0
292296
[1.5.0]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...v1.5.0
293297
[1.4.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...v1.4.1
294298
[1.3.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...v1.3.1

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.5.0",
3+
"version": "1.6.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)