Skip to content

Commit 3f13e5e

Browse files
committed
Release v2.0.1
1 parent dafd31b commit 3f13e5e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.1] - 2024-01-02
10+
11+
### Added
12+
13+
- Add favicon to Welcome and Treetop pages.
14+
915
## [2.0.0] - 2023-12-29
1016

1117
### Added
@@ -136,7 +142,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
136142

137143
- Initial release.
138144

139-
[Unreleased]: https://github.com/msmolens/treetop/compare/v2.0.0...HEAD
145+
[Unreleased]: https://github.com/msmolens/treetop/compare/v2.0.1...HEAD
146+
[2.0.1]: https://github.com/msmolens/treetop/releases/tag/v2.0.1
140147
[2.0.0]: https://github.com/msmolens/treetop/releases/tag/v2.0.0
141148
[1.7.0]: https://github.com/msmolens/treetop/releases/tag/v1.7.0
142149
[1.6.0]: https://github.com/msmolens/treetop/releases/tag/v1.6.0

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.0",
3+
"version": "2.0.1",
44
"description": "Treetop",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)