Skip to content

Commit 23b069f

Browse files
chore(release): 1.0.0-beta.5 [skip ci]
# [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))
1 parent de676e7 commit 23b069f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* RBAC with Domains API ([5e49b41](https://github.com/casbin/casbin.js/commit/5e49b41a2988a20e324715377e0c8302c9e9c3aa))
7+
18
# [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)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin.js",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Typescript",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)