From f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 10 Nov 2016 00:48:21 -0600 Subject: Add a changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ca1c5b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] 2016-11-10 +### Added +- Basic configuration for jsdoc +- Basic configuration for eslint +- Basic configuration for circle ci +- A readme +- This changelog +- Heart Renderer + +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop -- cgit From aab4b2e7f48c73ec0a0ba2f609748c24b7e84fdc Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 10 Nov 2016 00:51:55 -0600 Subject: Update changelog to reflect release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca1c5b..26b9888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] 2016-11-10 +## 1.0.0 - 2016-11-10 ### Added - Basic configuration for jsdoc - Basic configuration for eslint -- cgit