From 4eeb8391c6869fdf12af13a44ba59d2e38647e3b Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 5 Dec 2025 15:35:19 -0500 Subject: [PATCH] docs: Update CHANGELOG.md from releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16283806..6918cf24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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