From b1d3c4d7d6968a994a12e604ed8b7f2079467b73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 May 2020 16:03:17 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/casbin/node-casbin/compare/v5.0.2...v5.0.3) (2020-05-27) ### Bug Fixes * check adapter type ([a74314d](https://github.com/casbin/node-casbin/commit/a74314d6c4e1e1c8731128e6bfe9e2de1b3f45ce)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35bef47..115146d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "5.0.2", + "version": "5.0.3", "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",