We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e2b8 commit 8cb1097Copy full SHA for 8cb1097
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [2.17.0](https://github.com/node-casbin/nest-authz/compare/v2.16.0...v2.17.0) (2025-04-23)
2
+
3
4
+### Features
5
6
+* loosen reflect-metadata peerDependency for Nest v10 ([#178](https://github.com/node-casbin/nest-authz/issues/178)) ([7c0e2b8](https://github.com/node-casbin/nest-authz/commit/7c0e2b8e2144f95b6575dccca235ff0fffd8cdac))
7
8
# [2.16.0](https://github.com/node-casbin/nest-authz/compare/v2.15.0...v2.16.0) (2025-04-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "nest-authz",
- "version": "2.16.0",
+ "version": "2.17.0",
"description": "Nest.js RBAC & ABAC authorization module based on Node-Casbin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments