fix(package.json): Ensure bin field is properly restructured

This commit is contained in:
2024-10-21 13:27:14 +02:00
parent 5c4ae278a2
commit 25d2703a36
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-21 - 1.2.1 - fix(package.json)
Ensure bin field is properly restructured
- Fixed the structure of the package.json to ensure the bin field is accurately set.
## 2024-10-21 - 1.2.0 - feat(core)
Enhance package publication workflow with dependency handling and CLI improvements.