From b2b960f6dfebe7fdbbc4c75504e7f6967a29fb94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Apr 2020 16:11:11 +0000 Subject: [PATCH] chore(release): 4.4.0 [skip ci] # [4.4.0](https://github.com/casbin/node-casbin/compare/v4.3.1...v4.4.0) (2020-04-25) ### Features * add addMatchingFunc to DefaultRoleManager ([cc04e65](https://github.com/casbin/node-casbin/commit/cc04e659a1c3b78bb12dcccbb2149bfd9d96c97c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee53f58..0adef41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "4.3.1", + "version": "4.4.0", "description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", "main": "lib/index.js", "typings": "lib/index.d.ts",