Skip to content

Commit 57fa8ae

Browse files
committed
Release v3.1.0
1 parent e0904bd commit 57fa8ae

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [3.1.0] - 2025-10-20
10+
911
### Fixed
1012

1113
- Fix a bug on Chrome where a previously visited bookmark might not display in a
1214
larger font even if it's been visited recently.
1315

16+
### Changed
17+
18+
- Svelte: Migrate stores to runes.
19+
- Svelte: Migrate to type-safe context.
20+
- Update development and testing dependencies.
21+
1422
## [3.0.0] - 2025-10-10
1523

1624
### Changed
@@ -155,7 +163,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
155163

156164
- Initial release.
157165

158-
[Unreleased]: https://github.com/msmolens/treetop/compare/v3.0.0...HEAD
166+
[Unreleased]: https://github.com/msmolens/treetop/compare/v3.1.0...HEAD
167+
[3.1.0]: https://github.com/msmolens/treetop/releases/tag/v3.1.0
159168
[3.0.0]: https://github.com/msmolens/treetop/releases/tag/v3.0.0
160169
[2.0.1]: https://github.com/msmolens/treetop/releases/tag/v2.0.1
161170
[2.0.0]: https://github.com/msmolens/treetop/releases/tag/v2.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treetop",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Treetop",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)