Skip to content

Commit

Permalink
chore: Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Dec 31, 2015
1 parent ea184b5 commit 7e7cc6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/ErikGartner/dtree/compare/0.2.5...v0.3.0) (2015-12-31)


### Bug Fixes

* Center graph on load #11 ([1d5e71c](https://github.com/ErikGartner/dtree/commit/1d5e71c))
* Jerky zoom start ([ea184b5](https://github.com/ErikGartner/dtree/commit/ea184b5))

### Features

* Add custom html renderers and wrapping #16 #5 #3 ([5f71c8c](https://github.com/ErikGartner/dtree/commit/5f71c8c))
* Add debug variable ([51ec554](https://github.com/ErikGartner/dtree/commit/51ec554))



<a name="0.2.5"></a>
## [0.2.5](https://github.com/ErikGartner/dtree/compare/0.2.4...v0.2.5) (2015-12-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-dtree",
"version": "0.2.5",
"version": "0.3.0",
"description": "A library for visualizing data trees built on top of D3.",
"main": "dist/dTree.js",
"scripts": {
Expand Down

0 comments on commit 7e7cc6c

Please sign in to comment.