Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Dragon committed Mar 20, 2014
1 parent 82098f5 commit bf3429e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.1.3 (2014-03-20)

* Fix issue #1 (hasRole return false after calling can)
* Add Travis CI
* Add JSHint for development

## 0.1.2 (2014-03-05)

* Fix issue #7 (assigning more than one role not possible)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose-rbac",
"description": "Role-based access control for mongoose apps.",
"version": "0.1.2",
"version": "0.1.3",
"author": "Bryan Dragon <[email protected]>",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit bf3429e

Please sign in to comment.