diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-02-16 01:21:52 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-02-16 01:21:52 -0600 |
| commit | f592b9502e859b43018874882791f86772c00056 (patch) | |
| tree | 86f12beeb1bd1c9c492dddcf134d598c4353a7af | |
| parent | eb188a5eb4368c9857c7e376bf3d23175a06f8d8 (diff) | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b9888..4098b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## [1.0.1] - 2017-02-16 +### Added +- Add mouse following +- Fix README links + ## 1.0.0 - 2016-11-10 ### Added - Basic configuration for jsdoc @@ -13,4 +18,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - This changelog - Heart Renderer -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop +[Unreleased]: https://github.com/rbdr/heart/compare/master...develop +[1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 |