Skip to content

Commit

Permalink
chore(release): 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.10.0](v2.9.0...v2.10.0) (2024-07-03)

### Features

* Update to latest node-casbin version and improve API support ([#169](#169)) ([a3ab9d3](a3ab9d3))
  • Loading branch information
semantic-release-bot committed Jul 3, 2024
1 parent a3ab9d3 commit e1e6cce
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.10.0](https://github.com/node-casbin/nest-authz/compare/v2.9.0...v2.10.0) (2024-07-03)


### Features

* Update to latest node-casbin version and improve API support ([#169](https://github.com/node-casbin/nest-authz/issues/169)) ([a3ab9d3](https://github.com/node-casbin/nest-authz/commit/a3ab9d3bbd69d21f9a173b2759ff58c1d853f656))

# [2.9.0](https://github.com/node-casbin/nest-authz/compare/v2.8.0...v2.9.0) (2024-06-27)


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.9.0",
"version": "2.10.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 e1e6cce

Please sign in to comment.