Skip to content

Commit 08890f1

Browse files
committed
Release v1.2.0
1 parent 38ea02e commit 08890f1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.2.0] - 2021-09-18
9+
### Added
10+
- Add a search input to search for bookmarks by name or URL.
11+
12+
### Changed
13+
- Update Svelte Material UI to 4.2.0.
14+
815
## [1.1.3] - 2021-01-22
916
### Added
1017
- List of attributions for open source software distributed in releases.
@@ -33,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3340
### Added
3441
- Initial release.
3542

36-
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.1.3...HEAD
43+
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.2.0...HEAD
44+
[1.2.0]: https://github.com/msmolens/treetop/releases/tag/v1.2.0
3745
[1.1.3]: https://github.com/msmolens/treetop/releases/tag/v1.1.3
3846
[1.1.2]: https://github.com/msmolens/treetop/releases/tag/v1.1.2
3947
[1.1.1]: https://github.com/msmolens/treetop/releases/tag/v1.1.1

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.1.3",
5+
"version": "1.2.0",
66
"author": "Max Smolens",
77
"homepage_url": "https://github.com/msmolens/treetop",
88
"default_locale": "en",

0 commit comments

Comments
 (0)