Skip to content

Commit 9489b4b

Browse files
chore(release): 2.7.0 [skip ci]
# [2.7.0](v2.6.0...v2.7.0) (2024-03-24) ### Features * upgrade CI Node.js version to 20 ([4fe3e12](4fe3e12))
1 parent 4fe3e12 commit 9489b4b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.7.0](https://github.com/node-casbin/nest-authz/compare/v2.6.0...v2.7.0) (2024-03-24)
2+
3+
4+
### Features
5+
6+
* upgrade CI Node.js version to 20 ([4fe3e12](https://github.com/node-casbin/nest-authz/commit/4fe3e12379880e1a0b6b9547d8605f546c456b63))
7+
18
# [2.6.0](https://github.com/node-casbin/nest-authz/compare/v2.5.1...v2.6.0) (2023-09-14)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-authz",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Nest.js RBAC & ABAC authorization module based on Node-Casbin",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)