Skip to content

Commit ac3d05e

Browse files
chore(release): 5.4.0 [skip ci]
# [5.4.0](v5.3.1...v5.4.0) (2025-08-15) ### Features * improve README badges ([f703392](f703392)) * upgrade mongoose to 8.1.0 and casbin to 5.28.0 ([#76](#76)) ([78f5a6a](78f5a6a))
1 parent f703392 commit ac3d05e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [5.4.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.3.1...v5.4.0) (2025-08-15)
2+
3+
4+
### Features
5+
6+
* improve README badges ([f703392](https://github.com/node-casbin/mongoose-adapter/commit/f7033927535eeb637cb01dc63dc37b50f6d39676))
7+
* upgrade mongoose to 8.1.0 and casbin to 5.28.0 ([#76](https://github.com/node-casbin/mongoose-adapter/issues/76)) ([78f5a6a](https://github.com/node-casbin/mongoose-adapter/commit/78f5a6aba836977cef87fa3e0be2d1be123c56a5))
8+
19
## [5.3.1](https://github.com/node-casbin/mongoose-adapter/compare/v5.3.0...v5.3.1) (2023-08-06)
210

311

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.3.1",
3+
"version": "5.4.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)