From 70f4477e069844c5dc9eb9b10dfc90cd8c968c15 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Thu, 21 May 2026 09:48:28 -0400 Subject: [PATCH] chore(release): v2.5.1 Patch release with fix for issue #20: stdout truncation to 512 bytes when piped. Replaces process.exit() with process.exitCode so the stdout pipe buffer drains before the process terminates. 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 88b6dad..a2ce7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stephendolan/omnifocus-cli", - "version": "2.5.0", + "version": "2.5.1", "description": "A command-line interface for OmniFocus on macOS", "main": "dist/cli.js", "type": "module",