Skip to content

Commit 0a7fbd1

Browse files
committed
Prepare to release v3.5.0
1 parent 03f4764 commit 0a7fbd1

File tree

3 files changed

+11
-7
lines changed

3 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-
- In search results, show a preview of each term's definition.
17-
- Style external links with an icon.
18-
1915
### Changed
2016
### Fixed
2117
### Removed
2218

19+
## [3.5.0] - 2023-06-29
20+
21+
### Added
22+
23+
- In search results, show a preview of each term's definition.
24+
- Style external links with an icon.
25+
2326
## [3.4.3] - 2023-06-27
2427

2528
### Changed
@@ -506,7 +509,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
506509

507510
- Initial release.
508511

509-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.4.3...HEAD
512+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v3.5.0...HEAD
513+
[3.5.0]: https://github.com/hilverd/glossary-page-template/compare/v3.4.3...v3.5.0
510514
[3.4.3]: https://github.com/hilverd/glossary-page-template/compare/v3.4.2...v3.4.3
511515
[3.4.2]: https://github.com/hilverd/glossary-page-template/compare/v3.4.1...v3.4.2
512516
[3.4.1]: https://github.com/hilverd/glossary-page-template/compare/v3.3.1...v3.4.1

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.4.3",
4+
"version": "3.5.0",
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.4.3",
3+
"version": "3.5.0",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

0 commit comments

Comments
 (0)