From 77f560ba789a4d859e05a06f9432119f93f2926b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 5 Feb 2018 07:04:25 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb4a1b..3e93206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Change Log 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] +### Added +- `lein build` alias to clean and compile JavaScript + ## [1.0.0] - 2018-02-04 ### Added - 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.0.0...HEAD [1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0