fix(core): Add logging for found publish modules

This commit is contained in:
2024-10-28 01:27:00 +01:00
parent 4ee31f85ab
commit 9a89b63cf9
4 changed files with 10 additions and 1 deletions

View File

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