From d4c7fa8d6be3179dd10489faa302691d7a995bc4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 5 Nov 2024 00:33:42 +0100 Subject: [PATCH] fix(core): Implement error handling for missing publish module directories --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7431d2e..4ab1b41 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-11-05 - 1.7.1 - fix(core) +Implement error handling for missing publish module directories + +- Improved logging for package publish steps +- Enhanced CLI feedback messages during the publishing process +- Restructured package.json to ensure proper dependencies are published + ## 2024-11-05 - 1.7.0 - feat(core) Enhanced tspublish with ordered compilation and updated dependencies diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2119305..2e4d86b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tspublish', - version: '1.7.0', + version: '1.7.1', description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.' }