fix(core): Fix incorrect logging and directory preparation

This commit is contained in:
2024-10-28 01:30:39 +01:00
parent d47ac4793d
commit f74a6bf2ad
4 changed files with 10 additions and 4 deletions

View File

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