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 27, 2015
1 parent d06bc19 commit a5e642f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
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.1.4"></a>
## [0.1.4](https://github.com/ErikGartner/dtree/compare/0.1.3...v0.1.4) (2015-12-27)


### Bug Fixes

* Bug when setting opts defaults ([d06bc19](https://github.com/ErikGartner/dtree/commit/d06bc19))

### Features

* Add click handler support #8 ([6908bc9](https://github.com/ErikGartner/dtree/commit/6908bc9))
* Add gulp demo command ([7b01f6d](https://github.com/ErikGartner/dtree/commit/7b01f6d))
* Improved separation between nodes ([c001db3](https://github.com/ErikGartner/dtree/commit/c001db3))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/ErikGartner/dtree/compare/0.1.2...v0.1.3) (2015-12-27)

Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-dtree",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library for visualizing data trees built on top of D3.",
"main": "dist/dTree.js",
"scripts": {
Expand All @@ -14,7 +14,13 @@
"type": "git",
"url": "https://github.com/ErikGartner/dtree.git"
},
"keywords": ["d3", "graphing", "tree graph", "genealogy", "family tree"],
"keywords": [
"d3",
"graphing",
"tree graph",
"genealogy",
"family tree"
],
"author": "Erik Gärtner",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -48,12 +54,11 @@
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-shell": "^0.5.1",
"gulp-shell": "^0.5.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",
Expand Down

0 comments on commit a5e642f

Please sign in to comment.