fix(core): Fix issue with tspublish.json name validation in TsPublish class

This commit is contained in:
2024-11-05 00:51:07 +01:00
parent 4e8671a21d
commit 9bddf09aa7
3 changed files with 8 additions and 5 deletions

View File

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