Skip to content

Commit 5741f33

Browse files
committed
Prepare to release v1.6.2
1 parent 4e01591 commit 5741f33

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-
- Show "sandbox mode" message at top of main page if enabled.
17-
1815
### Changed
1916
### Fixed
2017
### Removed
2118

19+
## [1.6.2] - 2022-05-27
20+
21+
### Added
22+
23+
- Show "sandbox mode" message at top of main page if enabled.
24+
2225
## [1.6.1] - 2022-05-27
2326

2427
### Fixed
@@ -300,7 +303,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
300303

301304
- Initial release.
302305

303-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...HEAD
306+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.2...HEAD
307+
[1.6.2]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...v1.6.2
304308
[1.6.1]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...v1.6.1
305309
[1.6.0]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...v1.6.0
306310
[1.5.0]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...v1.5.0

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

0 commit comments

Comments
 (0)