Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2024-06-27)

### Features

* Add ABAC support and make custom actions more flexible ([#168](#168)) ([e0bc88f](e0bc88f))
  • Loading branch information
semantic-release-bot committed Jun 27, 2024
1 parent e0bc88f commit 44f9626
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.9.0](https://github.com/node-casbin/nest-authz/compare/v2.8.0...v2.9.0) (2024-06-27)


### Features

* Add ABAC support and make custom actions more flexible ([#168](https://github.com/node-casbin/nest-authz/issues/168)) ([e0bc88f](https://github.com/node-casbin/nest-authz/commit/e0bc88fe5a15eafb1d818603d432c4b41479ea7c))

# [2.8.0](https://github.com/node-casbin/nest-authz/compare/v2.7.0...v2.8.0) (2024-03-24)


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.8.0",
"version": "2.9.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 44f9626

Please sign in to comment.