Skip to content

Commit 9eeb6c2

Browse files
committed
Release v3.0.0
1 parent d2a2eab commit 9eeb6c2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.0] - 2025-10-10
10+
911
### Changed
1012

1113
- Update Svelte to 5.39.11.
@@ -148,7 +150,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
148150

149151
- Initial release.
150152

151-
[Unreleased]: https://github.com/msmolens/treetop/compare/v2.0.1...HEAD
153+
[Unreleased]: https://github.com/msmolens/treetop/compare/v3.0.0...HEAD
154+
[3.0.0]: https://github.com/msmolens/treetop/releases/tag/v3.0.0
152155
[2.0.1]: https://github.com/msmolens/treetop/releases/tag/v2.0.1
153156
[2.0.0]: https://github.com/msmolens/treetop/releases/tag/v2.0.0
154157
[1.7.0]: https://github.com/msmolens/treetop/releases/tag/v1.7.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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Treetop",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)