Skip to content

Commit

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

* Release process changes only

v0.8.0
======

Expand Down
1 change: 0 additions & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
module.exports = '0.8.1-pre';
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.8.1-pre",
"version": "0.8.1",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"main": "index.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}
}

0 comments on commit baafd90

Please sign in to comment.