Skip to content

Commit 6b3a263

Browse files
chore(release): 5.3.0 [skip ci]
# [5.3.0](v5.2.0...v5.3.0) (2023-07-14) ### Features * update mongoose dependency to 7.3.4 ([#73](#73)) ([bbc7953](bbc7953))
1 parent bbc7953 commit 6b3a263

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.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+
18
# [5.2.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.1.1...v5.2.0) (2023-04-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.2.0",
3+
"version": "5.3.0",
44
"description": "Mongoose adapter for Casbin",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)