We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51fdde commit 18ba862Copy full SHA for 18ba862
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.1.1](https://github.com/node-casbin/mongoose-adapter/compare/v3.1.0...v3.1.1) (2021-08-28)
2
+
3
4
+### Bug Fixes
5
6
+* fix wrong action with empty string ([#47](https://github.com/node-casbin/mongoose-adapter/issues/47)) ([f51fdde](https://github.com/node-casbin/mongoose-adapter/commit/f51fdde975df95a33c0b9bbcc8fdcf64b7af73a2))
7
8
# [3.1.0](https://github.com/node-casbin/mongoose-adapter/compare/v3.0.1...v3.1.0) (2021-08-03)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "casbin-mongoose-adapter",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Mongoose adapter for Casbin",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
0 commit comments