From 51cb6f107441c29f3101f7c5734de71622a6aa33 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 6 Feb 2018 15:02:12 -0500 Subject: [PATCH] Update version number and changelog --- CHANGELOG.md | 7 ++++++- ext/manifest.json | 2 +- project.clj | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc10633..e25dd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [1.1.1] +### Changed +- Comments are now sorted by total number of descendant comments, not just number of immediate children. + ## [1.1.0] ### Fixed - 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. - 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.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 diff --git a/ext/manifest.json b/ext/manifest.json index 914daaf..b170d30 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Looped In", - "version": "1.1.0", + "version": "1.1.1", "description": "Shows conversations on Hacker News about the current web page", "icons": { "16": "icons/icon16.png", diff --git a/project.clj b/project.clj index f68047e..d762df7 100644 --- a/project.clj +++ b/project.clj @@ -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" :url "https://github.com/jdormit/looped-in" :license {:name "GNU General Public License"