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 26, 2015
1 parent 735f1aa commit ed175d1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### [0.0.1](https://github.com/ErikGartner/dtree/releases/tag/v0.0.1)
<a name="0.1.0"></a>
# 0.1.0 (2015-12-26)


### Bug Fixes

* Duplicates in package.json ([09be9a3](https://github.com/ErikGartner/dtree/commit/09be9a3))
* Invalid text attribute ([90f6528](https://github.com/ErikGartner/dtree/commit/90f6528))
* README.md typo ([4851fad](https://github.com/ErikGartner/dtree/commit/4851fad))

### Features

* Add "extra" field to nodes ([618b1d7](https://github.com/ErikGartner/dtree/commit/618b1d7))
* Add zooming ([f4d8aeb](https://github.com/ErikGartner/dtree/commit/f4d8aeb))
* Automatic box size ([ff38f3f](https://github.com/ErikGartner/dtree/commit/ff38f3f))
* Changed data format ([1591875](https://github.com/ErikGartner/dtree/commit/1591875))
* Iteration zero ([30899eb](https://github.com/ErikGartner/dtree/commit/30899eb))
* Switched core foundation ([ac23c28](https://github.com/ErikGartner/dtree/commit/ac23c28))
* Update devDeps ([c653f93](https://github.com/ErikGartner/dtree/commit/c653f93))
* Update options and align text ([9346c2d](https://github.com/ErikGartner/dtree/commit/9346c2d))
* Use class in data ([085ed25](https://github.com/ErikGartner/dtree/commit/085ed25))



- The first release
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dTree",
"version": "0.0.1",
"version": "0.1.0",
"description": "A library for visualizing data trees built on top of D3.",
"main": "dist/dTree.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"babelify": "^6.0.0",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"conventional-changelog": "^0.5.3",
"del": "^1.1.1",
"esperanto": "^0.7.4",
"glob": "^5.0.14",
"gulp": "^3.8.10",
"gulp-babel": "^5.0.0",
Expand All @@ -49,6 +49,11 @@
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.2.0",
"gulp-bump": "^1.0.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-git": "^1.5.0",
"gulp-shell": "^0.5.0",
"minimist": "^1.2.0",
"isparta": "~3.0.3",
"jquery": "^2.1.4",
"mocha": "^2.1.0",
Expand Down

0 comments on commit ed175d1

Please sign in to comment.