Skip to content

Commit fd2896b

Browse files
chore(release): 1.0.0-beta.4 [skip ci]
# [1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2021-08-31) ### Features * Extend multiple sections type of escapeAssertion ([#180](#180)) ([4a8cc10](4a8cc10))
1 parent 4a8cc10 commit fd2896b

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.4](https://github.com/casbin/casbin.js/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-08-31)
2+
3+
4+
### Features
5+
6+
* Extend multiple sections type of escapeAssertion ([#180](https://github.com/casbin/casbin.js/issues/180)) ([4a8cc10](https://github.com/casbin/casbin.js/commit/4a8cc106862bee79fb1533338bde16669d40f5f5))
7+
18
# [1.0.0-beta.3](https://github.com/casbin/casbin.js/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-08-28)
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.3",
3+
"version": "1.0.0-beta.4",
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)