Skip to content

Commit

Permalink
bump version to 0.4.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Apr 10, 2018
1 parent 997d5ae commit fbf7e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<foreignObject>`

## 0.4.2 (2018-02-27)
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 <[email protected]>",
"version": "0.4.3",
"version": "0.4.4",
"main": "index.js",
"files": [
"*.js",
Expand Down

0 comments on commit fbf7e76

Please sign in to comment.