diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed9ee12..2fda5ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.7 (2018-05-31) + +* [#73](https://github.com/spotify/reactochart/pull/73) Add step labeling to sankey + ## 0.4.6 (2018-05-21) * [#63](https://github.com/spotify/reactochart/pull/63) Include css in root diff --git a/package.json b/package.json index 43be89dc..ebc5be55 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Reactochart - React Charts, graphs and data visualization", "author": "Dan Delany ", "contributors": ["Kris Salvador "], - "version": "0.4.6", + "version": "0.4.7", "main": "index.js", "files": ["*.js", "*.js.map", "styles.css", "utils/", "src/"], "engines": {