Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2021-09-29)

### Features

* RBAC with Domains API ([5e49b41](5e49b41))
  • Loading branch information
semantic-release-bot committed Sep 29, 2021
1 parent de676e7 commit 23b069f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.5](https://github.com/casbin/casbin.js/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-09-29)


### Features

* RBAC with Domains API ([5e49b41](https://github.com/casbin/casbin.js/commit/5e49b41a2988a20e324715377e0c8302c9e9c3aa))

# [1.0.0-beta.4](https://github.com/casbin/casbin.js/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casbin.js",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Typescript",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit 23b069f

Please sign in to comment.