Skip to content

Commit 26cb57a

Browse files
committed
Prepare to release v1.6.3
1 parent 2f3ee80 commit 26cb57a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1414
### Added
1515
### Changed
1616
### Fixed
17+
### Removed
1718

18-
- When exporting to Anki, handle empty definitions with related items better.
19+
## [1.6.3] - 2022-05-27
1920

20-
### Removed
21+
### Fixed
22+
23+
- When exporting to Anki, handle empty definitions with related items better.
2124

2225
## [1.6.2] - 2022-05-27
2326

@@ -306,7 +309,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
306309

307310
- Initial release.
308311

309-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.2...HEAD
312+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.3...HEAD
313+
[1.6.3]: https://github.com/hilverd/glossary-page-template/compare/v1.6.2...v1.6.3
310314
[1.6.2]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...v1.6.2
311315
[1.6.1]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...v1.6.1
312316
[1.6.0]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...v1.6.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.2",
3+
"version": "1.6.3",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)