Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](dreamdevil00/nest-authz@v2.2.1...v2.3.0) (2023-06-22)

### Features

* fix CI Node.js version ([53965d3](dreamdevil00@53965d3))
* update peer dependencies to allow NestJS v10 ([#158](https://github.com/dreamdevil00/nest-authz/issues/158)) ([924fad4](dreamdevil00@924fad4))
  • Loading branch information
semantic-release-bot committed Jun 22, 2023
1 parent 53965d3 commit a941cba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.3.0](https://github.com/dreamdevil00/nest-authz/compare/v2.2.1...v2.3.0) (2023-06-22)


### Features

* fix CI Node.js version ([53965d3](https://github.com/dreamdevil00/nest-authz/commit/53965d34be6442f6931fa6073126b9998473d7df))
* update peer dependencies to allow NestJS v10 ([#158](https://github.com/dreamdevil00/nest-authz/issues/158)) ([924fad4](https://github.com/dreamdevil00/nest-authz/commit/924fad4a0754db1763c115f0f0d49d9de240c833))

## [2.2.1](https://github.com/dreamdevil00/nest-authz/compare/v2.2.0...v2.2.1) (2022-07-17)


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.2.1",
"version": "2.3.0",
"description": "基于 node-casbin 实现的 RBAC 权限控制模块。",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a941cba

Please sign in to comment.