Skip to content

Commit 445a9ed

Browse files
authored
Merge branch 'master' into feature/stdio
2 parents e967966 + 45be5de commit 445a9ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.sgcrc_default

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"emoji": ":white_check_mark:",
4545
"type": "Test:",
4646
"description": "Adding missing tests or correcting existing tests"
47+
},
48+
{
49+
"emoji": ":tada:",
50+
"type": "Init:",
51+
"description": "The very first commit"
4752
}
4853
],
4954
"rules": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-git-commit-cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A CLI for semantic git commits",
55
"main": "dest",
66
"bin": {

0 commit comments

Comments
 (0)