Skip to content

Commit

Permalink
Published alanning:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 17, 2023
1 parent 5fd6694 commit c7d7a96
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]
alanning:roles@3.5.1
alanning:roles@3.6.0
[email protected]
[email protected]
[email protected]
Expand All @@ -12,7 +12,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
Expand All @@ -22,28 +22,28 @@ [email protected]
[email protected]
[email protected]
[email protected]
http@1.4.2
http@2.0.0
[email protected]
[email protected]
lmieulet:meteor-coverage@3.2.0
lmieulet:meteor-packages-coverage@0.2.0
local-test:alanning:roles@3.5.1
lmieulet:meteor-coverage@4.1.0
lmieulet:meteor-legacy-coverage@0.1.0
local-test:alanning:roles@3.6.0
[email protected]
[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].6
[email protected].7
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
practicalmeteor:[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.6.0

* Added async versions of functions [#361](https://github.com/Meteor-Community-Packages/meteor-roles/pull/361) [#378](https://github.com/Meteor-Community-Packages/meteor-roles/pull/378) [@bratelefant](https://github.com/bratelefant) [@storytellercz](https://github.com/sponsors/StorytellerCZ) [@jankapunkt](https://github.com/sponsors/jankapunkt)
* Added missing types [#383](https://github.com/Meteor-Community-Packages/meteor-roles/pull/383) [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* Add complete test suite [#375](https://github.com/Meteor-Community-Packages/meteor-roles/pull/375) [@jankapunkt](https://github.com/sponsors/jankapunkt) [#380](https://github.com/Meteor-Community-Packages/meteor-roles/pull/380) [@bratelefant](https://github.com/bratelefant)

## v3.5.1

* Fix for index creation functions losing context [#371](https://github.com/Meteor-Community-Packages/meteor-roles/pull/371) [@copleykj](https://github.com/sponsors/copleykj)
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.1',
version: '3.6.0',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})
Expand Down

0 comments on commit c7d7a96

Please sign in to comment.