Skip to content

Commit bb1f389

Browse files
committed
Prepare to release v1.7.0
1 parent ba3fab6 commit bb1f389

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1616
### Fixed
1717
### Removed
1818

19+
## [1.7.0] - 2022-06-22
20+
21+
- Add "Quick search" button.
22+
1923
## [1.6.3] - 2022-05-27
2024

2125
### Fixed
@@ -309,7 +313,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
309313

310314
- Initial release.
311315

312-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.3...HEAD
316+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.0...HEAD
317+
[1.7.0]: https://github.com/hilverd/glossary-page-template/compare/v1.6.3...v1.7.0
313318
[1.6.3]: https://github.com/hilverd/glossary-page-template/compare/v1.6.2...v1.6.3
314319
[1.6.2]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...v1.6.2
315320
[1.6.1]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...v1.6.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.6.3",
3+
"version": "1.7.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)