Skip to content

Commit 22f47fd

Browse files
authored
Release 1.0.1 (#8)
This commit marks the release of version 1.0.1.
1 parent 130ced8 commit 22f47fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dist/index.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -8567,7 +8567,10 @@ exports.SET = new Set([
85678567
'work',
85688568
'workout',
85698569
'worry',
8570-
'write'
8570+
'write',
8571+
// Programming-specific verbs
8572+
'rewrite',
8573+
'refactor'
85718574
]);
85728575

85738576

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.0post1",
3+
"version": "1.0.1",
44
"description": "Github Action to check commit messages according to an opinionated style",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)