diff --git a/index.js b/index.js index 76f308a..87519fc 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,7 @@ async function run() { updateProjectVersion(filePath, newVersion); + console.log(`Old version: ${version}. New version: ${newVersion}`) console.log(`Old version: ${version}. New version: ${newVersion}`) const filePathRelatedToRoot = getProjectInfoFilePath(filePathInput, true);