Skip to content

Commit dada60a

Browse files
committed
Prepare to release v1.3.1
1 parent dc605a7 commit dada60a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,21 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1111

1212
## [Unreleased]
1313

14+
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
18+
19+
## [1.3.1] - 2022-05-05
20+
1421
### Added
1522

1623
- Improve styling and respect `prefers-reduced-motion`.
1724

18-
### Changed
1925
### Fixed
2026

2127
- Jump to anchor after page load.
2228

23-
### Removed
24-
2529
## [1.3.0] - 2022-04-28
2630

2731
### Added
@@ -269,7 +273,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
269273

270274
- Initial release.
271275

272-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...HEAD
276+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...HEAD
277+
[1.3.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...v1.3.1
273278
[1.3.0]: https://github.com/hilverd/glossary-page-template/compare/v1.2.4...v1.3.0
274279
[1.2.4]: https://github.com/hilverd/glossary-page-template/compare/v1.2.3...v1.2.4
275280
[1.2.3]: https://github.com/hilverd/glossary-page-template/compare/v1.2.2...v1.2.3

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.3.0",
3+
"version": "1.3.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)