Skip to content

Commit 146860a

Browse files
committed
Prepare to release v1.7.3
1 parent feb12f1 commit 146860a

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.3] - 2022-06-22
20+
21+
### Fixed
22+
23+
- Add new example to Vite config so it gets compiled.
24+
1925
## [1.7.2] - 2022-06-22
2026

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

328334
- Initial release.
329335

330-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.2...HEAD
336+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.7.3...HEAD
337+
[1.7.3]: https://github.com/hilverd/glossary-page-template/compare/v1.7.2...v1.7.3
331338
[1.7.2]: https://github.com/hilverd/glossary-page-template/compare/v1.7.1...v1.7.2
332339
[1.7.1]: https://github.com/hilverd/glossary-page-template/compare/v1.7.0...v1.7.1
333340
[1.7.0]: https://github.com/hilverd/glossary-page-template/compare/v1.6.3...v1.7.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.7.2",
3+
"version": "1.7.3",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)