Skip to content

Commit a68f739

Browse files
chore(release): 2.11.0 [skip ci]
# [2.11.0](v2.10.0...v2.11.0) (2024-08-06) ### Features * Unify RBAC and Management services into single service ([#171](#171)) ([2c9fbb3](2c9fbb3))
1 parent 2c9fbb3 commit a68f739

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+
# [2.11.0](https://github.com/node-casbin/nest-authz/compare/v2.10.0...v2.11.0) (2024-08-06)
2+
3+
4+
### Features
5+
6+
* Unify RBAC and Management services into single service ([#171](https://github.com/node-casbin/nest-authz/issues/171)) ([2c9fbb3](https://github.com/node-casbin/nest-authz/commit/2c9fbb3a4b2b6f763b7ba938a3ac489c78161a5d))
7+
18
# [2.10.0](https://github.com/node-casbin/nest-authz/compare/v2.9.0...v2.10.0) (2024-07-03)
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": "nest-authz",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Nest.js RBAC & ABAC authorization module based on Node-Casbin",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)