Skip to content

Commit 8629124

Browse files
committed
Prepare to release v3.5.1
1 parent 0783dbf commit 8629124

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

1414
### Added
15+
### Changed
16+
### Fixed
17+
### Removed
18+
19+
## [3.5.1] - 2023-06-30
20+
1521
### Changed
1622

1723
- Make minor improvement to styling of search results (use ellipsis unless math support is enabled).
@@ -21,8 +27,6 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
2127
- Fix layout bug that was causing a space to appear before each comma under "See also".
2228
- Give search field focus more reliably.
2329

24-
### Removed
25-
2630
## [3.5.0] - 2023-06-29
2731

2832
### Added
@@ -516,7 +520,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
516520

517521
- Initial release.
518522

519-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.5.0...HEAD
523+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.5.1...HEAD
524+
[3.5.1]: https://github.com/hilverd/glossary-page-template/compare/v3.5.0...v3.5.1
520525
[3.5.0]: https://github.com/hilverd/glossary-page-template/compare/v3.4.3...v3.5.0
521526
[3.4.3]: https://github.com/hilverd/glossary-page-template/compare/v3.4.2...v3.4.3
522527
[3.4.2]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...v3.4.2

elm-application.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hilverd/glossary-page-template",
33
"summary": "Create a glossary as a single HTML page hosted anywhere.",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"exposed-modules": [
66
"ApplicationShell",
77
"Data.AboutLink",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "3.5.0",
3+
"version": "3.5.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)