Skip to content

Commit 56ce8cf

Browse files
authored
Release 1.0.5 (#18)
This commit marks the release of version 1.0.5.
1 parent ce30f2c commit 56ce8cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -8587,7 +8587,9 @@ exports.SET = new Set([
85878587
'unify',
85888588
'reword',
85898589
'rephrase',
8590-
'upgrade'
8590+
'upgrade',
8591+
'reformat',
8592+
'update'
85918593
]);
85928594

85938595

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

0 commit comments

Comments
 (0)