docs: Update CHANGELOG.md from releases

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-12-05 15:35:19 -05:00
parent 213557dd6e
commit 4eeb8391c6
+10
View File
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [6.5.3] - 2025-12-05
## Bug Fixes
- **Windows**: Hide console window when spawning child processes (#166)
- Adds `windowsHide: true` to `spawnSync` and `execSync` calls
- Prevents empty terminal windows from appearing on Windows when hooks execute
Reference: https://nodejs.org/api/child_process.html (windowsHide option)
## [6.5.2] - 2025-12-04
## What's Changed