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 bbc7953 commit 6b3a263Copy full SHA for 6b3a263
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [5.3.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.2.0...v5.3.0) (2023-07-14)
2
+
3
4
+### Features
5
6
+* update mongoose dependency to 7.3.4 ([#73](https://github.com/node-casbin/mongoose-adapter/issues/73)) ([bbc7953](https://github.com/node-casbin/mongoose-adapter/commit/bbc79536d6abf5aca92bd83e601a457104f0b02a))
7
8
# [5.2.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.1.1...v5.2.0) (2023-04-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "casbin-mongoose-adapter",
- "version": "5.2.0",
+ "version": "5.3.0",
"description": "Mongoose adapter for Casbin",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
0 commit comments