Skip to content

Commit 4ceb4be

Browse files
committed
Prepare to release v1.5.0
1 parent df0c9e7 commit 4ceb4be

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-
- Allow exporting as Anki deck (text file suitable for importing).
17-
1815
### Changed
1916
### Fixed
2017
### Removed
2118

19+
## [1.5.0] - 2022-05-13
20+
21+
### Added
22+
23+
- Allow exporting as Anki deck (text file suitable for importing).
24+
2225
## [1.4.1] - 2022-05-13
2326

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

283286
- Initial release.
284287

285-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...HEAD
288+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...HEAD
289+
[1.5.0]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...v1.5.0
286290
[1.4.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...v1.4.1
287291
[1.3.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...v1.3.1
288292
[1.3.0]: https://github.com/hilverd/glossary-page-template/compare/v1.2.4...v1.3.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.4.1",
3+
"version": "1.5.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)