Skip to content

Commit bb9ab18

Browse files
committed
Prepare to release v1.7.4
1 parent 2955368 commit bb9ab18

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.4] - 2022-07-08
20+
21+
### Fixed
22+
23+
- Mention that the editor is meant to be used locally by a single user at a time.
24+
1925
## [1.7.3] - 2022-06-22
2026

2127
### Fixed
@@ -333,7 +339,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
333339

334340
- Initial release.
335341

336-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...HEAD
342+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.4...HEAD
343+
[1.7.4]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...v1.7.4
337344
[1.7.3]: https://github.com/hilverd/glossary-page-template/compare/v1.7.2...v1.7.3
338345
[1.7.2]: https://github.com/hilverd/glossary-page-template/compare/v1.7.1...v1.7.2
339346
[1.7.1]: https://github.com/hilverd/glossary-page-template/compare/v1.7.0...v1.7.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.7.3",
3+
"version": "1.7.4",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)