Skip to content

Commit 5726924

Browse files
committed
Prepare to release v1.3.0
1 parent 466809b commit 5726924

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1212
## [Unreleased]
1313

1414
### Added
15-
16-
- Add favicons.
17-
- Point `<meta name="generator" ...>` to `https://glossary.page/template`.
18-
1915
### Changed
2016
### Fixed
2117
### Removed
2218

19+
## [1.3.0] - 2022-04-28
20+
21+
### Added
22+
23+
- Add favicons.
24+
- Point `<meta name="generator" ...>` to `https://glossary.page/template`.
25+
2326
## [1.2.4] - 2022-04-24
2427

2528
### Fixed
@@ -260,7 +263,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
260263

261264
- Initial release.
262265

263-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.2.4...HEAD
266+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...HEAD
267+
[1.3.0]: https://github.com/hilverd/glossary-page-template/compare/v1.2.4...v1.3.0
264268
[1.2.4]: https://github.com/hilverd/glossary-page-template/compare/v1.2.3...v1.2.4
265269
[1.2.3]: https://github.com/hilverd/glossary-page-template/compare/v1.2.2...v1.2.3
266270
[1.2.2]: https://github.com/hilverd/glossary-page-template/compare/v1.2.1...v1.2.2

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",
77
"bugs": {
88
"url": "https://github.com/hilverd/glossary-page-template/issues"
99
},
10-
"homepage": "https://github.com/hilverd/glossary-page-template",
10+
"homepage": "https://glossary.page/template",
1111
"browserslist": "> 0.5%, last 2 versions, not dead",
1212
"scripts": {
1313
"dev": "vite",

0 commit comments

Comments
 (0)