Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2024-03-24)

### Features

* allows user to access underlying casbin enforcer ([#166](#166)) ([26ea61d](26ea61d))
  • Loading branch information
semantic-release-bot committed Mar 24, 2024
1 parent 26ea61d commit cabcfb3
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.8.0](https://github.com/node-casbin/nest-authz/compare/v2.7.0...v2.8.0) (2024-03-24)


### Features

* allows user to access underlying casbin enforcer ([#166](https://github.com/node-casbin/nest-authz/issues/166)) ([26ea61d](https://github.com/node-casbin/nest-authz/commit/26ea61dc68f6885cee1ae7970565c0a2dd048262))

# [2.7.0](https://github.com/node-casbin/nest-authz/compare/v2.6.0...v2.7.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.7.0",
"version": "2.8.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 cabcfb3

Please sign in to comment.