Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](v4.2.0...v4.2.1) (2020-04-05)

### Bug Fixes

* remove use spread operator with await in array ([6e4f876](6e4f876))
  • Loading branch information
semantic-release-bot committed Apr 5, 2020
1 parent 020253f commit 3d72693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3d72693

Please sign in to comment.