Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolens committed Sep 27, 2022
1 parent 9ef2960 commit 6a56c6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

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

[Unreleased]: https://github.com/msmolens/treetop/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/msmolens/treetop/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/msmolens/treetop/releases/tag/v1.5.0
[1.4.1]: https://github.com/msmolens/treetop/releases/tag/v1.4.1
[1.4.0]: https://github.com/msmolens/treetop/releases/tag/v1.4.0
[1.3.0]: https://github.com/msmolens/treetop/releases/tag/v1.3.0
[1.2.0]: https://github.com/msmolens/treetop/releases/tag/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Treetop",
"description": "__MSG_extensionDescription__",
"version": "1.4.1",
"version": "1.5.0",
"author": "Max Smolens",
"homepage_url": "https://github.com/msmolens/treetop",
"default_locale": "en",
Expand Down

0 comments on commit 6a56c6a

Please sign in to comment.