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 Jan 2, 2016
1 parent 7037257 commit 01c47ff
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/ErikGartner/dtree/compare/0.5.0...v0.6.0) (2016-01-02)


### Bug Fixes

* Bug in demo ([b1092a4](https://github.com/ErikGartner/dtree/commit/b1092a4))

### Features

* Add depthOffset attribute ([7037257](https://github.com/ErikGartner/dtree/commit/7037257))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/ErikGartner/dtree/compare/0.4.0...v0.5.0) (2016-01-01)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

dTree is available through the RawGit CDN:
```
https://cdn.rawgit.com/ErikGartner/dTree/0.5.0/dist/dTree.min.js
https://cdn.rawgit.com/ErikGartner/dTree/0.6.0/dist/dTree.min.js
```

## Requirements
Expand Down
24 changes: 19 additions & 5 deletions dist/dTree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dTree.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dTree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dTree.min.js.map

Large diffs are not rendered by default.

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.5.0",
"version": "0.6.0",
"description": "A library for visualizing data trees built on top of D3.",
"main": "dist/dTree.js",
"scripts": {
Expand Down

0 comments on commit 01c47ff

Please sign in to comment.