diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e59c1c..fafe4d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.4.3 (2016-03-12) +## 0.4.4 (2018-04-10) +- [#55](https://github.com/spotify/reactochart/pull/55) Add `controlled` prop to `ZoomContainer` so it can be controlled by props instead of internal state. + +## 0.4.3 (2018-03-12) - [#54](https://github.com/spotify/reactochart/pull/54) Fix for non-string `SankeyDiagram` `nodeLabelText` prop (see 0.4.2 notes) - now rendered as SVG instead of HTML wrapped in `` ## 0.4.2 (2018-02-27) diff --git a/package.json b/package.json index 2b165414..33bdba53 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "reactochart", "description": "Reactochart - React Charts, graphs and data visualization", "author": "Dan Delany ", - "version": "0.4.3", + "version": "0.4.4", "main": "index.js", "files": [ "*.js",