Skip to content

Commit 6a56c6a

Browse files
committed
Release v1.5.0
1 parent 9ef2960 commit 6a56c6a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [1.5.0] - 2022-09-27
79
### Changed
810
- Update Svelte Material UI to 6.1.4.
911
- Replace Rollup with Vite as the build tool.
@@ -68,8 +70,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6870
### Added
6971
- Initial release.
7072

71-
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.4.1...HEAD
72-
[1.4.1]: https://github.com/msmolens/treetop/compare/v1.4.1...HEAD
73+
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.5.0...HEAD
74+
[1.5.0]: https://github.com/msmolens/treetop/releases/tag/v1.5.0
75+
[1.4.1]: https://github.com/msmolens/treetop/releases/tag/v1.4.1
7376
[1.4.0]: https://github.com/msmolens/treetop/releases/tag/v1.4.0
7477
[1.3.0]: https://github.com/msmolens/treetop/releases/tag/v1.3.0
7578
[1.2.0]: https://github.com/msmolens/treetop/releases/tag/v1.2.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.4.1",
5+
"version": "1.5.0",
66
"author": "Max Smolens",
77
"homepage_url": "https://github.com/msmolens/treetop",
88
"default_locale": "en",

0 commit comments

Comments
 (0)