aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-02-16 01:22:32 -0600
committerBen Beltran <ben@nsovocal.com>2017-02-16 01:22:32 -0600
commit1f2f740399985b805241fb7eeea55a0fc2acdb65 (patch)
tree4b16a66e8f4b0a566f125d91b18c1dfaf560aafd
parenteb188a5eb4368c9857c7e376bf3d23175a06f8d8 (diff)
parent552e55c2518dba35f072ce7896e884df033f4dbd (diff)
Merge branch 'release/1.0.1' into develop
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 8 insertions, 2 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
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": {