diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:48:21 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:48:21 -0600 |
| commit | f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 (patch) | |
| tree | 418234d8e6ddd394794639da197d14399fd841ed | |
| parent | f895bdac3edf5d607331628798fd6d1b6d8d6f0e (diff) | |
Add a changelog
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 |