fix(tspublish): Fix the logging of the number of found publish modules

This commit is contained in:
2024-11-05 01:52:26 +01:00
parent 910cb4c8bf
commit f8ceff48b2
3 changed files with 7 additions and 2 deletions

View File

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