Skip to content

Commit

Permalink
bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Apr 18, 2018
1 parent 9e620df commit 2885ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reactochart",
"description": "Reactochart - React Charts, graphs and data visualization",
"author": "Dan Delany <dand@spotify.com>",
"version": "0.4.4",
"version": "0.4.5",
"main": "index.js",
"files": [
"*.js",
Expand Down

0 comments on commit 2885ee3

Please sign in to comment.