Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Nov 14, 2019
1 parent 1f17f56 commit 2d8cf81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
alanning:roles@3.0.0
alanning:roles@3.1.0
[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -27,7 +27,7 @@ [email protected]
[email protected]
lmieulet:[email protected]
lmieulet:[email protected]
local-test:alanning:roles@3.0.0
local-test:alanning:roles@3.1.0
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.1.0

* Allow setUserRoles() to replace the roles of all scopes [#294](https://github.com/Meteor-Community-Packages/meteor-roles/pull/294)

## v3.0.0

* Role assignments have been moved from the `users` documents to a separate collection called `role-assignment`, available at `Meteor.roleAssignment`.
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
summary: 'Authorization package for Meteor',
version: '3.0.0',
version: '3.1.0',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})
Expand Down

0 comments on commit 2d8cf81

Please sign in to comment.