Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Mar 2, 2020
1 parent e9e46d8 commit 1694e59
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 @@
accounts-base@1.5.0
alanning:roles@3.2.1_1
alanning:roles@3.2.2
allow-deny@1.1.0
babel-compiler@7.5.2
babel-runtime@1.5.0
Expand Down Expand Up @@ -27,7 +27,7 @@ id-map@1.1.0
inter-process-messaging@0.1.0
lmieulet:meteor-coverage@3.0.0
lmieulet:meteor-packages-coverage@0.2.0
local-test:alanning:roles@3.2.1_1
local-test:alanning:roles@3.2.2
localstorage@1.2.0
logging@1.1.20
meteor@1.9.3
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.2.2

* Fixed fails like `rev.push is not a function` and `number 1 is not iterable (cannot read property Symbol(Symbol.iterator))` calling `Roles.getRolesForUser()`

## v3.2.1_1

* Republish without dev-dependencies
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.2.1_1',
version: '3.2.2',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})
Expand Down

0 comments on commit 1694e59

Please sign in to comment.