Skip to content

Commit fe89bbd

Browse files
committed
Prepare to release v1.6.1
1 parent 96aaebb commit fe89bbd

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-
- Scroll to newly created items.
19+
## [1.6.1] - 2022-05-27
1920

20-
### Removed
21+
### Fixed
22+
23+
- Scroll to newly created items.
2124

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

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

295298
- Initial release.
296299

297-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...HEAD
300+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.6.1...HEAD
301+
[1.6.1]: https://github.com/hilverd/glossary-page-template/compare/v1.6.0...v1.6.1
298302
[1.6.0]: https://github.com/hilverd/glossary-page-template/compare/v1.5.0...v1.6.0
299303
[1.5.0]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...v1.5.0
300304
[1.4.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...v1.4.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.0",
3+
"version": "1.6.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)