Skip to content

Commit 1153e94

Browse files
authored
feat: trigger v1.0.0 major release (#291)
BREAKING CHANGE: trigger v1.0.0 major release
1 parent f14072a commit 1153e94

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.releaserc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"branches": ["master"],
3+
"plugins": [
4+
"@semantic-release/commit-analyzer",
5+
"@semantic-release/release-notes-generator",
6+
"@semantic-release/changelog",
7+
"@semantic-release/npm",
8+
"@semantic-release/git",
9+
"@semantic-release/github"
10+
]
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"repository": "https://github.com/casbin/casbin.js.git",
7-
"author": "kingiw <kingiw@hotmail.com>",
7+
"author": "Casbin",
88
"license": "Apache-2.0",
99
"engines": {
1010
"node": ">=18.0.0"

0 commit comments

Comments
 (0)