aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": {