Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce committed Jun 10, 2014
1 parent 714038e commit 8bab682
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions History.md
@@ -1,4 +1,16 @@

0.2.0 / 2014-06-10
==================

* Add new `unvote` method to cancel votes
* Update to no longer support `vote.census` array
* Update makefile
* Merge branch 'master' of github.com:cristiandouce/mongoose-voting
* Remove node@0.6.x from supported versions
* Update README.md typo
* Update package.json module description
* Spacing

0.1.1 / 2013-06-14
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"author": "Cristian Douce",
"name": "mongoose-voting",
"version": "0.1.1",
"version": "0.2.0",
"description": "Mongoose plugin to upvote/downvote stuff. Extends any model with handy methods for voting.",
"main": "index.js",
"dependencies": {},
Expand All @@ -25,4 +25,4 @@
"census"
],
"license": "MIT"
}
}

0 comments on commit 8bab682

Please sign in to comment.