fix(core): Fix logging mechanism on existing package version check

This commit is contained in:
2024-10-23 15:59:26 +02:00
parent 5922249742
commit a7c631bba1
3 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.3.2',
version: '1.3.3',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}