Skip to content

Commit cc6a6fe

Browse files
chore(release): 5.26.1 [skip ci]
## [5.26.1](v5.26.0...v5.26.1) (2023-03-29) ### Bug Fixes * escapeAssertion is compatible with safari ([#444](#444)) ([d13a3b9](d13a3b9))
1 parent d13a3b9 commit cc6a6fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.26.1](https://github.com/casbin/node-casbin/compare/v5.26.0...v5.26.1) (2023-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* escapeAssertion is compatible with safari ([#444](https://github.com/casbin/node-casbin/issues/444)) ([d13a3b9](https://github.com/casbin/node-casbin/commit/d13a3b9030da1603f746dd20bc93354df81b182a))
7+
18
# [5.26.0](https://github.com/casbin/node-casbin/compare/v5.25.0...v5.26.0) (2023-03-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin",
3-
"version": "5.26.0",
3+
"version": "5.26.1",
44
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)