fix(cli): improve changelog release handling and TypeScript compatibility

This commit is contained in:
2026-06-03 09:53:36 +00:00
parent 5cba50b56e
commit 0b7cd9c635
20 changed files with 1068 additions and 3206 deletions
+8
View File
@@ -3,6 +3,14 @@
## Pending
### Fixes
- improve changelog release handling and TypeScript compatibility (cli)
- Avoid mutating changelog files when only reading pending entries
- Remove the consumed Pending section when moving entries to a versioned release
- Use async project metadata creation and safer unknown error handling for updated dependencies
- Add changelog helper tests for missing, consumed, and recreated Pending sections
## 2026-05-24 - 2.19.4
### Fixes