diff --git a/CHANGELOG.md b/CHANGELOG.md index 459e938..bc11f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.22.0](https://github.com/casbin/node-casbin/compare/v5.21.0...v5.22.0) (2023-01-31) + + +### Features + +* support subjectPriority ([#417](https://github.com/casbin/node-casbin/issues/417)) ([e83d505](https://github.com/casbin/node-casbin/commit/e83d5058872e65be7dc9b374ca8c6640a1f2ca9d)) + # [5.21.0](https://github.com/casbin/node-casbin/compare/v5.20.4...v5.21.0) (2023-01-21) diff --git a/package.json b/package.json index f1d930a..3778a0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "5.21.0", + "version": "5.22.0", "description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", "main": "lib/cjs/index.js", "typings": "lib/cjs/index.d.ts",