diff --git a/CHANGELOG.md b/CHANGELOG.md index 573c3042..12cddbab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.6.0 (2018-12-21) + +- [#134](https://github.com/spotify/reactochart/pull/134) + Make labelStyle a function accessor (still supports object). Fixes ZoomContainer dependencies issue. + ## 1.5.1 (2018-12-19) - [#132](https://github.com/spotify/reactochart/pull/132) Fix peer dependencies - thanks @ekh64! diff --git a/package.json b/package.json index 17800605..255567a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "contributors": [ "Kris Salvador " ], - "version": "1.5.1", + "version": "1.6.0", "main": "index.js", "files": [ "*.js",