Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maritz committed Feb 1, 2012
1 parent cad3d79 commit 39568fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,3 +1,7 @@
### v0.8.0 - 2012-02-01
- add Publish/Subscribe support
- fix regressions

### v0.7.2 - 2012-01-19
- add .sort()

Expand Down
10 changes: 7 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nohm",
"version": "0.7.2",
"version": "0.8.0",
"engines": {
"node" : ">= 0.4.12 && < 0.7.0"
},
Expand All @@ -22,5 +22,9 @@
},
"devDependencies": {
"nodeunit": "0.6.4"
}
}
},
"contributors": [{
"name": "Pier Paolo Ramon",
"url": "https://github.com/yuchi"
}]
}

0 comments on commit 39568fa

Please sign in to comment.