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 160f44c commit a5082cdCopy full SHA for a5082cd
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [5.3.1](https://github.com/node-casbin/mongoose-adapter/compare/v5.3.0...v5.3.1) (2023-08-06)
2
+
3
4
+### Bug Fixes
5
6
+* fix broken links ([#74](https://github.com/node-casbin/mongoose-adapter/issues/74)) ([160f44c](https://github.com/node-casbin/mongoose-adapter/commit/160f44c79452ae939865ddc5de116983c9fcc340))
7
8
# [5.3.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.2.0...v5.3.0) (2023-07-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "casbin-mongoose-adapter",
- "version": "5.3.0",
+ "version": "5.3.1",
"description": "Mongoose adapter for Casbin",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
0 commit comments