From 0b68a2dd57e30e3c3c70d7cd515123dc2fce8e94 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 21 Oct 2024 14:37:33 +0200 Subject: [PATCH] fix(logs): Improve logging mechanism with structured logs for publish process --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index b39d4e9..a2512ad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-10-21 - 1.2.3 - fix(logs) +Improve logging mechanism with structured logs for publish process + +- Enhanced log messages to provide more clarity during module publishing. +- Ensured logging captures steps of publish and init process in TsPublish and PublishModule classes respectively. + ## 2024-10-21 - 1.2.3 - fix(classes.publishmodule) Add missing 'type: module' to dynamically generated package.json