From: Ben Beltran Date: Thu, 16 Feb 2017 07:22:32 +0000 (-0600) Subject: Merge branch 'release/1.0.1' into develop X-Git-Url: https://git.r.bdr.sh/rbdr/heart/commitdiff_plain/1f2f740399985b805241fb7eeea55a0fc2acdb65?hp=eb188a5eb4368c9857c7e376bf3d23175a06f8d8 Merge branch 'release/1.0.1' into develop --- 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 diff --git a/package.json b/package.json index 36e8f3d..7197e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heart", - "version": "1.0.0", + "version": "1.0.1", "description": "The heart", "main": "index.js", "scripts": {