diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-02-16 01:22:26 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-02-16 01:22:26 -0600 |
| commit | d0f30873ebe2907b241a936a3e70487dedaf0701 (patch) | |
| tree | 4b16a66e8f4b0a566f125d91b18c1dfaf560aafd /CHANGELOG.md | |
| parent | a1c6d8138d774cf9b9e6eee7950e2e4ae18376aa (diff) | |
| parent | 552e55c2518dba35f072ce7896e884df033f4dbd (diff) | |
Merge branch 'release/1.0.1'
Diffstat (limited to 'CHANGELOG.md')
| -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 |