Skip to content

Commit 58bcb93

Browse files
committed
Prepare to release v1.7.1
1 parent f7ba84a commit 58bcb93

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

19+
## [1.7.1] - 2022-06-22
20+
21+
### Fixed
22+
23+
- Improve arrow key behaviour for export dropdown menu.
24+
1925
## [1.7.0] - 2022-06-22
2026

2127
### Added
@@ -315,7 +321,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
315321

316322
- Initial release.
317323

318-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.0...HEAD
324+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.1...HEAD
325+
[1.7.1]: https://github.com/hilverd/glossary-page-template/compare/v1.7.0...v1.7.1
319326
[1.7.0]: https://github.com/hilverd/glossary-page-template/compare/v1.6.3...v1.7.0
320327
[1.6.3]: https://github.com/hilverd/glossary-page-template/compare/v1.6.2...v1.6.3
321328
[1.6.2]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...v1.6.2

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

0 commit comments

Comments
 (0)