Skip to content

Commit 7bc0ccc

Browse files
authored
Release 1.0.6 (#20)
This commit marks the release of version 1.0.6.
1 parent 67d211a commit 7bc0ccc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dist/index.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -8578,7 +8578,7 @@ exports.SET = new Set([
85788578
'workout',
85798579
'worry',
85808580
'write',
8581-
// Programming-specific verbs
8581+
// Verbs specific to programming
85828582
'rewrite',
85838583
'refactor',
85848584
'reorganise',
@@ -8589,7 +8589,8 @@ exports.SET = new Set([
85898589
'rephrase',
85908590
'upgrade',
85918591
'reformat',
8592-
'update'
8592+
'update',
8593+
'rename'
85938594
]);
85948595

85958596

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mristin/opinionated-commit-message",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Github Action to check commit messages according to an opinionated style",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)