Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce committed Jun 14, 2013
1 parent 34e44f1 commit 0bfc889
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

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

* Add .upvotes(), .downvotes() and .votes() counters
* Updated package.json
* Add travis-ci image to Readme.md

0.1.0 / 2013-06-13
==================

* Updated Readme.md
* Initial commit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Cristian Douce",
"name": "mongoose-voting",
"version": "0.1.0",
"version": "0.1.1",
"description": "Mongoose plugin for upvote/downvote models. Extends Mongoose model with voting functionality.",
"main": "index.js",
"dependencies": {},
Expand Down

0 comments on commit 0bfc889

Please sign in to comment.