fix(publishmodule): Fix syntax errors and improve formatting in classes.publishmodule.ts

This commit is contained in:
2024-10-21 14:51:12 +02:00
parent 0f4c2cbba4
commit 1fd74928c5
3 changed files with 30 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-21 - 1.2.4 - fix(publishmodule)
Fix syntax errors and improve formatting in classes.publishmodule.ts
- Fixed missing semicolons in multiple locations for improved syntax correctness.
- Improved the formatting for better code readability.
- Added --no-git-checks flag to the pnpm publish command.
## 2024-10-21 - 1.2.3 - fix(logs)
Improve logging mechanism with structured logs for publish process