Skip to content

Commit

Permalink
Merge pull request #26 from hkelly93/release/v1.4.2
Browse files Browse the repository at this point in the history
Release v1.4.2
  • Loading branch information
hkelly93 committed May 28, 2016
2 parents d41f5e2 + 9e0a19b commit 0f7bcca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -29,8 +29,9 @@
* Fixed a bug that made the sorting different each time.
* Finished the test suite.

# 1.4.2 (5/21/16-)
# 1.4.2 (5/21/2016 - 5/26/2016)
* Updated dev dependencies.
* Reduced the complexity of the *data* method by splitting it up into separate private methods.
* Moved the all private methods into one area.
* Added the ability to not pass in thresholds and all the blocks be the same color.
* Right aligned the parent labels.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -15,7 +15,7 @@
"grunt-jscs": "^2.8.0",
"grunt-mocha": "^1.0.2"
},
"version": "1.4.1",
"version": "1.4.2",
"keywords": [
"d3",
"relationship",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/hkelly93/d3-relationshipgraph"
},
"main": "d3.relationshipgraph.min.js",
"version": "1.4.1",
"version": "1.4.2",
"files": [
"src",
"d3.relationshipgraph.min.js"
Expand Down

0 comments on commit 0f7bcca

Please sign in to comment.