Skip to content

Commit

Permalink
Prep v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 14, 2013
1 parent 7779884 commit 9bef8e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.5.2
======

* Fixed bug where addNode would use `{}` as the default value if a initial
value was not assigned.
* Fixed bug where auto-assiged id was not used correcty in compound graphs.

v0.5.1
======

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "0.5.2-pre",
"version": "0.5.2",
"description": "A directed and undirected multi-graph library",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -51,4 +51,4 @@
],
"harness": "mocha"
}
}
}

0 comments on commit 9bef8e4

Please sign in to comment.