Skip to content

Commit

Permalink
Prep v0.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Jul 31, 2014
1 parent d1685df commit dd1f7b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.5
======

* Added support for arbitrary shapes. See https://github.com/cpettitt/dagre-d3/pull/69 for details.
* Added support for publishing to bower.

v0.2.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.2.5-pre';
module.exports = '0.2.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.2.5-pre",
"version": "0.2.5",
"description": "A D3-based renderer for Dagre",
"keywords": [
"graph",
Expand Down Expand Up @@ -50,4 +50,4 @@
],
"harness": "mocha"
}
}
}

0 comments on commit dd1f7b0

Please sign in to comment.