Skip to content

Commit

Permalink
fix: initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Jan 2, 2024
1 parent eb91431 commit 76ae3ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/gitCommitConvention.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function (convention, commitAnchor = 'HEAD') {
this.getVersion = async function () {
let version = {
major: 0,
minor: 1,
minor: 0,
patch: 0
};

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-conventional-commits",
"version": "2.6.6",
"version": "2.6.7",
"description": "git conventional commits util",
"licence": "GPLv3",
"main": "cli.js",
Expand Down

0 comments on commit 76ae3ba

Please sign in to comment.