Skip to content

Commit c509744

Browse files
committed
Release v1.1.2
1 parent 6d25957 commit c509744

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.1.2] - 2020-12-08
9+
### Changed
10+
- Fix visited bookmark styling.
11+
812
## [1.1.1] - 2020-12-04
913
### Changed
1014
- Fix bad 1.1.0 release on addons.mozilla.org.
@@ -22,7 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2226
### Added
2327
- Initial release.
2428

25-
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.1.1...HEAD
29+
[Unreleased]: https://github.com/msmolens/treetop/compare/v1.1.2...HEAD
30+
[1.1.2]: https://github.com/msmolens/treetop/releases/tag/v1.1.2
2631
[1.1.1]: https://github.com/msmolens/treetop/releases/tag/v1.1.1
2732
[1.1.0]: https://github.com/msmolens/treetop/releases/tag/v1.1.0
2833
[1.0.1]: https://github.com/msmolens/treetop/releases/tag/v1.0.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.1",
5+
"version": "1.1.2",
66
"author": "Max Smolens",
77
"homepage_url": "https://github.com/msmolens/treetop",
88
"default_locale": "en",

0 commit comments

Comments
 (0)