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

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-28 - 1.5.2 - fix(core)
Add logging for found publish modules
- Added console logging to display the count and list of discovered publish modules during the publish process.
- Included a startup log message indicating the beginning of the tspublish process.
## 2024-10-28 - 1.5.1 - fix(core)
Fixes handling of undefined paths in tsconfig generation.