Skip to content

Commit 7c89414

Browse files
Release 1.1.11
1 parent 1f4d4a2 commit 7c89414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15054,7 +15054,7 @@ const github_1 = __nccwpck_require__(978);
1505415054
const version_1 = __nccwpck_require__(1946);
1505515055
const MAJOR_REGEX = new RegExp('^(\\w+!: |\\w+\\(.+\\)!: )|BREAKING CHANGE');
1505615056
const MINOR_REGEX = new RegExp('^(feat: |feat\\(.+\\): )');
15057-
const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps.*\\): )');
15057+
const PATCH_REGEX = new RegExp('^(fix: |fix\\(.+\\): |chore\\(deps\\): )');
1505815058
const github = github_1.GithubService.create();
1505915059
function main() {
1506015060
var _a, _b;

0 commit comments

Comments
 (0)