Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 35

Commit 92f8d05

Browse files
committedMar 23, 2021
chore(release): 5.6.0 [skip ci]
# [5.6.0](casbin/node-casbin@v5.5.0...v5.6.0) (2021-03-23) ### Features * add priority_policy_explicit support ([#250](casbin/node-casbin#250)) ([763c18e](casbin/node-casbin@763c18e))
1 parent 763c18e commit 92f8d05

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+
# [5.6.0](https://github.com/casbin/node-casbin/compare/v5.5.0...v5.6.0) (2021-03-23)
2+
3+
4+
### Features
5+
6+
* add priority_policy_explicit support ([#250](https://github.com/casbin/node-casbin/issues/250)) ([763c18e](https://github.com/casbin/node-casbin/commit/763c18e7f3cfa068e7b61fdd7491dd0365b86dca))
7+
18
# [5.5.0](https://github.com/casbin/node-casbin/compare/v5.4.2...v5.5.0) (2021-03-19)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
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)