From 3d726933ba635fc58aa6c0a0a836b6fd532b0553 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Apr 2020 15:39:49 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/casbin/node-casbin/compare/v4.2.0...v4.2.1) (2020-04-05) ### Bug Fixes * remove use spread operator with await in array ([6e4f876](https://github.com/casbin/node-casbin/commit/6e4f87676301470a178ccd10efd28f6758cc738e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90089fd..5908320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "4.2.0", + "version": "4.2.1", "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",