Skip to content

Commit e1e6cce

Browse files
chore(release): 2.10.0 [skip ci]
# [2.10.0](v2.9.0...v2.10.0) (2024-07-03) ### Features * Update to latest node-casbin version and improve API support ([#169](#169)) ([a3ab9d3](a3ab9d3))
1 parent a3ab9d3 commit e1e6cce

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.10.0](https://github.com/node-casbin/nest-authz/compare/v2.9.0...v2.10.0) (2024-07-03)
2+
3+
4+
### Features
5+
6+
* Update to latest node-casbin version and improve API support ([#169](https://github.com/node-casbin/nest-authz/issues/169)) ([a3ab9d3](https://github.com/node-casbin/nest-authz/commit/a3ab9d3bbd69d21f9a173b2759ff58c1d853f656))
7+
18
# [2.9.0](https://github.com/node-casbin/nest-authz/compare/v2.8.0...v2.9.0) (2024-06-27)
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.9.0",
3+
"version": "2.10.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)