Skip to content

Commit 0dd1600

Browse files
chore(release): 2.13.0 [skip ci]
# [2.13.0](v2.12.0...v2.13.0) (2025-02-12) ### Features * fix "invalid request size: expected 3, got 1" bug in AuthZService.enforce ([#175](#175)) ([7b4d406](7b4d406))
1 parent 7b4d406 commit 0dd1600

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.13.0](https://github.com/node-casbin/nest-authz/compare/v2.12.0...v2.13.0) (2025-02-12)
2+
3+
4+
### Features
5+
6+
* fix "invalid request size: expected 3, got 1" bug in AuthZService.enforce ([#175](https://github.com/node-casbin/nest-authz/issues/175)) ([7b4d406](https://github.com/node-casbin/nest-authz/commit/7b4d4063f142043cfcda493b65bfb3b7eb4bb74a))
7+
18
# [2.12.0](https://github.com/node-casbin/nest-authz/compare/v2.11.0...v2.12.0) (2025-01-09)
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.12.0",
3+
"version": "2.13.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)