fix(core): Fix logging mechanism on existing package version check

This commit is contained in:
2024-10-23 15:59:26 +02:00
parent 5922249742
commit a7c631bba1
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-23 - 1.3.3 - fix(core)
Fix logging mechanism on existing package version check
- Changed the error handling mechanism when a package with the same version already exists to use logger and process exit instead of throwing an error.
## 2024-10-23 - 1.3.2 - fix(core)
Corrected file patterns in dynamically created package.json files.