Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jan 28, 2017
1 parent a6eb9c1 commit 5ebaea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-hierarchy",
"version": "1.0.3",
"version": "1.0.4",
"description": "Layout algorithms for visualizing hierarchical data.",
"keywords": [
"d3",
Expand Down

3 comments on commit 5ebaea0

@tomwanzek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a minor release, i.e. 1.1.0? The addition of count in reference to #76 was never "officially" released, I was holding off with an update of the TS definitions for d3-hierarchy as I assumed you had something else in mind before cutting the next release? 😄

Cheers, T

@mbostock
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sorry, I overlooked the addition of node.count.

@tomwanzek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, I saw you were working on the other packing fix and assumed you wanted to bundle the release. T

Please sign in to comment.