diff --git a/CHANGELOG.md b/CHANGELOG.md index fafe4d1e..298bf503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.4.5 (2018-04-18) +- [#56](https://github.com/spotify/reactochart/pull/56) Add `react-docgen` to devDependencies. + ## 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. diff --git a/package.json b/package.json index 16c5019e..0ef7270e 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.4", + "version": "0.4.5", "main": "index.js", "files": [ "*.js",