Update version number and changelog
This commit is contained in:
parent
1b2b0a4fee
commit
51cb6f1074
@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.1]
|
||||||
|
### Changed
|
||||||
|
- Comments are now sorted by total number of descendant comments, not just number of immediate children.
|
||||||
|
|
||||||
## [1.1.0]
|
## [1.1.0]
|
||||||
### Fixed
|
### Fixed
|
||||||
- Pointed the Firefox Add-On Store link in the readme to the right URL.
|
- Pointed the Firefox Add-On Store link in the readme to the right URL.
|
||||||
@ -23,7 +27,8 @@ All notable changes to this project will be documented in this file. This change
|
|||||||
- Functionality to fetch and display Hacker News comments for the current URL.
|
- Functionality to fetch and display Hacker News comments for the current URL.
|
||||||
- Analytics through [Amplitude](https://amplitude.com).
|
- Analytics through [Amplitude](https://amplitude.com).
|
||||||
|
|
||||||
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.0...HEAD
|
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.1...HEAD
|
||||||
|
[1.1.1]: https://github.com/jdormit/looped-in/compare/v1.1.0...v1.1.1
|
||||||
[1.1.0]: https://github.com/jdormit/looped-in/compare/v1.0.1...v1.0.0
|
[1.1.0]: https://github.com/jdormit/looped-in/compare/v1.0.1...v1.0.0
|
||||||
[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1
|
[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1
|
||||||
[1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0
|
[1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Looped In",
|
"name": "Looped In",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Shows conversations on Hacker News about the current web page",
|
"description": "Shows conversations on Hacker News about the current web page",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
(defproject conversations-extension "1.1.0"
|
(defproject conversations-extension "1.1.1"
|
||||||
:description "A browser extension that display Hackers News comments for the current web page"
|
:description "A browser extension that display Hackers News comments for the current web page"
|
||||||
:url "https://github.com/jdormit/looped-in"
|
:url "https://github.com/jdormit/looped-in"
|
||||||
:license {:name "GNU General Public License"
|
:license {:name "GNU General Public License"
|
||||||
|
Loading…
Reference in New Issue
Block a user