diff --git a/index.js b/index.js index 7369418..ef2a8d9 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ try { versionParts[2] = parseInt(versionParts[2]) + 1; - + console.log(versionParts) // increment the patch version // join the parts back together const newVersion = `v${versionParts.join('.')}`;