Skip to content

Commit

Permalink
Prep v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Mar 7, 2014
1 parent 073ea0d commit 8afaa52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.1.5
======

* Fixes to transitions:
* Avoid overlapping transitions
* Remove hack for adding an artificial control point because it breaks if
edge interpolation changes.

v0.1.4
======

Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.1.5-pre';
module.exports = '0.1.5';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagre-d3",
"version": "0.1.5-pre",
"version": "0.1.5",
"description": "A D3-based renderer for Dagre",
"keywords": [
"graph",
Expand Down Expand Up @@ -49,4 +49,4 @@
],
"harness": "mocha"
}
}
}

0 comments on commit 8afaa52

Please sign in to comment.