From 3424b7d4cbfc9d72568913aa3bded1a581aa79c7 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Thu, 21 May 2026 10:05:28 -0400 Subject: [PATCH] chore(release): v2.5.2 Patch release shipping the real fix for #20: switches the published binary's shebang from bun to node (bun drops queued stdout writes on exit) and adds commander.exitOverride so --help/--version/parse errors don't race the pipe drain either. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75dddec..b78ac8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stephendolan/omnifocus-cli", - "version": "2.5.1", + "version": "2.5.2", "description": "A command-line interface for OmniFocus on macOS", "main": "dist/cli.js", "type": "module",