From 9b1d41561316f1a72d3ad07f559bd722ea356b1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jan 2025 11:32:46 +0000 Subject: [PATCH] chore(release): 2.12.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a7c21..60e8fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d1e265a..c8f1932 100644 --- a/package.json +++ b/package.json @@ -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",