From 87655050d013694538042436a42e3309ac9d543b Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 20 Sep 2023 14:07:38 +0300 Subject: [PATCH] Duplicate logs Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) 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);