Skip to content

Commit

Permalink
chore(release): 2.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.12.0](v2.11.0...v2.12.0) (2025-01-09)

### Features

* Add support for guarding based on request data ([#173](#173)) ([7ea8f53](7ea8f53))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 7ea8f53 commit 9b1d415
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.12.0](https://github.com/node-casbin/nest-authz/compare/v2.11.0...v2.12.0) (2025-01-09)


### Features

* Add support for guarding based on request data ([#173](https://github.com/node-casbin/nest-authz/issues/173)) ([7ea8f53](https://github.com/node-casbin/nest-authz/commit/7ea8f53640e2efe2c8ee8b9249d5cb7bff51461d))

# [2.11.0](https://github.com/node-casbin/nest-authz/compare/v2.10.0...v2.11.0) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-authz",
"version": "2.11.0",
"version": "2.12.0",
"description": "Nest.js RBAC & ABAC authorization module based on Node-Casbin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9b1d415

Please sign in to comment.