diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e93206..f35d9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.1] ### Added -- `lein build` alias to clean and compile JavaScript +- `lein build` alias to clean and compile JavaScript. + +### Fixed +- Updated `manifest.json` version to match project version. ## [1.0.0] - 2018-02-04 ### Added @@ -12,3 +17,4 @@ All notable changes to this project will be documented in this file. This change [Unreleased]:https://github.com/jdormit/looped-in/compare/v1.0.0...HEAD [1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0 +[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1 diff --git a/ext/manifest.json b/ext/manifest.json index 95b6b3b..ab9553e 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Looped In", - "version": "0.1.0", + "version": "1.0.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 680c6c2..2095fb1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject conversations-extension "1.0.0" +(defproject conversations-extension "1.0.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"