From fbf7e76476586a402b3f39f582e80871cd81e3a3 Mon Sep 17 00:00:00 2001 From: Dan Delany Date: Tue, 10 Apr 2018 15:43:59 -0400 Subject: [PATCH] bump version to 0.4.4 and update changelog --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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",