From 3c3cd650e0b8f7333558f3379ec272cc1d1408d1 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 24 Mar 2026 20:28:49 -0700 Subject: [PATCH] chore: bump version and changelog (v0.11.18.2) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e8335d..56d79bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.18.2] - 2026-03-24 + +### Fixed + +- **Windows browse daemon fixed.** The browse server wouldn't start on Windows because Bun requires `stdio` as an array (`['ignore', 'ignore', 'ignore']`), not a string (`'ignore'`). Fixes #448, #454, #458. + ## [0.11.18.1] - 2026-03-24 ### Changed diff --git a/VERSION b/VERSION index 53d7c74c..c1e61543 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.18.1 +0.11.18.2