diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cddbab..e1f5c164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.7.0 (2018-12-21) + +[Warning]: To those using the recent labelStyle function accessor prop, the function signature now returns +an object containing { text, x, y, height, value } as opposed to just the text + +- [#136](https://github.com/spotify/reactochart/pull/136) Update labelStyle accessor to return more useful label information. Upgrade webpack-dev-server to fix security issue. + ## 1.6.0 (2018-12-21) - [#134](https://github.com/spotify/reactochart/pull/134) diff --git a/package.json b/package.json index a9677bce..a086d1fb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "contributors": [ "Kris Salvador " ], - "version": "1.6.0", + "version": "1.7.0", "main": "index.js", "files": [ "*.js",