Skip to content

Commit d9ab2fd

Browse files
authored
Release 1.0.4 (#16)
This commit marks the release of version 1.0.4.
1 parent 183bf5f commit d9ab2fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8586,7 +8586,8 @@ exports.SET = new Set([
85868586
'restructure',
85878587
'unify',
85888588
'reword',
8589-
'rephrase'
8589+
'rephrase',
8590+
'upgrade'
85908591
]);
85918592

85928593

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

0 commit comments

Comments
 (0)