Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Dec 8, 2019
1 parent 17ef7ba commit ebcb961
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[email protected].4
alanning:roles@3.1.0
[email protected].5
alanning:roles@3.2.0
[email protected]
babel-compiler@7.3.4
babel-runtime@1.3.0
babel-compiler@7.4.0
babel-runtime@1.4.0
[email protected]
[email protected]
[email protected]
callback-hook@1.1.0
callback-hook@1.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -15,10 +15,10 @@ [email protected]
[email protected]
[email protected]
[email protected]
ecmascript@0.12.7
ecmascript@0.13.0
[email protected]
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ecmascript-runtime-client@0.9.0
ecmascript-runtime-server@0.8.0
[email protected]
[email protected]
[email protected]
Expand All @@ -27,21 +27,21 @@ [email protected]
[email protected]
lmieulet:[email protected]
lmieulet:[email protected]
local-test:alanning:roles@3.1.0
local-test:alanning:roles@3.2.0
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected]
[email protected]
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.3
modules@0.14.0
modules-runtime@0.11.0
mongo@1.7.0
[email protected]
[email protected]
[email protected]
npm-mongo@3.1.2
npm-mongo@3.2.0
[email protected]
practicalmeteor:[email protected]
[email protected]
Expand All @@ -56,5 +56,5 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].4
[email protected].5
[email protected]
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.2.0

* New option `onlyScope` on getUsersInRole() returning only users having this role in a scoped assignment [#298](https://github.com/Meteor-Community-Packages/meteor-roles/pull/298)

## v3.1.0

* Allow setUserRoles() to replace the roles of all scopes [#294](https://github.com/Meteor-Community-Packages/meteor-roles/pull/294)
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.1.0',
version: '3.2.0',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})
Expand Down

0 comments on commit ebcb961

Please sign in to comment.