Skip to content

Commit

Permalink
chore(release): 5.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.13.0](v5.12.0...v5.13.0) (2022-01-25)

### Features

* getImplicitUsersForRole ([#341](#341)) ([ebfaede](ebfaede))
  • Loading branch information
semantic-release-bot committed Jan 25, 2022
1 parent ebfaede commit c5e647f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [5.13.0](https://github.com/casbin/node-casbin/compare/v5.12.0...v5.13.0) (2022-01-25)


### Features

* getImplicitUsersForRole ([#341](https://github.com/casbin/node-casbin/issues/341)) ([ebfaede](https://github.com/casbin/node-casbin/commit/ebfaede003cf0a4eef8a16f815f06518e74974fb))

# [5.12.0](https://github.com/casbin/node-casbin/compare/v5.11.5...v5.12.0) (2022-01-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "casbin",
"version": "5.12.0",
"version": "5.13.0",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit c5e647f

Please sign in to comment.