Skip to content

Commit 96075e2

Browse files
chore(release): 5.1.1 [skip ci]
## [5.1.1](v5.1.0...v5.1.1) (2023-04-19) ### Bug Fixes * fix multiple adapter ([#68](#68)) ([49e69bc](49e69bc))
1 parent 49e69bc commit 96075e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.1.1](https://github.com/node-casbin/mongoose-adapter/compare/v5.1.0...v5.1.1) (2023-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix multiple adapter ([#68](https://github.com/node-casbin/mongoose-adapter/issues/68)) ([49e69bc](https://github.com/node-casbin/mongoose-adapter/commit/49e69bc2f526fdb42b7410a04173c6b4c58bb635))
7+
18
# [5.1.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.0.0...v5.1.0) (2022-03-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin-mongoose-adapter",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Mongoose adapter for Casbin",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)