Skip to content

Commit 138bde2

Browse files
chore(release): 5.41.0 [skip ci]
# [5.41.0](v5.40.0...v5.41.0) (2025-11-11) ### Features * upgrade CI Node.js versions from 18/20 to 20/22 ([#511](#511)) ([657ce9a](657ce9a))
1 parent 657ce9a commit 138bde2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.41.0](https://github.com/casbin/node-casbin/compare/v5.40.0...v5.41.0) (2025-11-11)
2+
3+
4+
### Features
5+
6+
* upgrade CI Node.js versions from 18/20 to 20/22 ([#511](https://github.com/casbin/node-casbin/issues/511)) ([657ce9a](https://github.com/casbin/node-casbin/commit/657ce9a14d8615b68364018aa89301d9aaa77f94))
7+
18
# [5.40.0](https://github.com/casbin/node-casbin/compare/v5.39.0...v5.40.0) (2025-10-12)
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",
3-
"version": "5.40.0",
3+
"version": "5.41.0",
44
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)