Skip to content

Commit 76ae3ba

Browse files
committed
fix: initial version
1 parent eb91431 commit 76ae3ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/gitCommitConvention.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (convention, commitAnchor = 'HEAD') {
2020
this.getVersion = async function () {
2121
let version = {
2222
major: 0,
23-
minor: 1,
23+
minor: 0,
2424
patch: 0
2525
};
2626

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-conventional-commits",
3-
"version": "2.6.6",
3+
"version": "2.6.7",
44
"description": "git conventional commits util",
55
"licence": "GPLv3",
66
"main": "cli.js",

0 commit comments

Comments
 (0)