Skip to content

Commit 79f8b2a

Browse files
committed
Release v1.6.0
1 parent 515dbd1 commit 79f8b2a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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+
## [1.6.0] - 2023-07-16
10+
911
### Changed
1012

1113
- Remove dependency on bookmarks.BookmarkTreeNode.type field, which isn't
@@ -110,7 +112,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
110112

111113
- Initial release.
112114

113-
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.5.0...HEAD
115+
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.6.0...HEAD
116+
[1.6.0]: https://github.com/msmolens/treetop/releases/tag/v1.6.0
114117
[1.5.0]: https://github.com/msmolens/treetop/releases/tag/v1.5.0
115118
[1.4.1]: https://github.com/msmolens/treetop/releases/tag/v1.4.1
116119
[1.4.0]: https://github.com/msmolens/treetop/releases/tag/v1.4.0

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Treetop",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"author": "Max Smolens",
77
"homepage_url": "https://github.com/msmolens/treetop",
88
"default_locale": "en",

0 commit comments

Comments
 (0)