fix(publishmodule): Fix bug in package.json creation for publish module

This commit is contained in:
2024-10-21 14:28:42 +02:00
parent 1017cb84a6
commit 1653e48714
5 changed files with 45 additions and 39 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-21 - 1.2.2 - fix(publishmodule)
Fix bug in package.json creation for publish module
- Fixed an issue where `package.json` was not being written to the publish module directory.
## 2024-10-21 - 1.2.1 - fix(package.json)
Ensure bin field is properly restructured