Skip to content

Commit

Permalink
chore(release): 5.19.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.19.3](v5.19.2...v5.19.3) (2022-12-02)

### Bug Fixes

* update express-eval dependency to v5 ([#400](#400)) ([02a9496](02a9496))
  • Loading branch information
semantic-release-bot committed Dec 2, 2022
1 parent 02a9496 commit 47af3b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.19.3](https://github.com/casbin/node-casbin/compare/v5.19.2...v5.19.3) (2022-12-02)


### Bug Fixes

* update express-eval dependency to v5 ([#400](https://github.com/casbin/node-casbin/issues/400)) ([02a9496](https://github.com/casbin/node-casbin/commit/02a94967aa182fbc588e4ca7da70c7b55e5e8407))

## [5.19.2](https://github.com/casbin/node-casbin/compare/v5.19.1...v5.19.2) (2022-11-12)


Expand Down
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": "5.19.2",
"version": "5.19.3",
"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",
Expand Down

0 comments on commit 47af3b7

Please sign in to comment.