From abd5ba3ac9cf18cdfa6ef72d9beb2a14281b48a6 Mon Sep 17 00:00:00 2001 From: B <6723574+louisgv@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:47:21 +0000 Subject: [PATCH] fix(cli): bump version to 1.0.11 for security fix in #3301 PR #3301 modified packages/cli/src/shared/agent-setup.ts (GitHub token temp file security fix) but did not bump the CLI version. Without this bump, users on auto-update won't receive the security fix. Agent: team-lead Co-Authored-By: Claude Sonnet 4.6 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 038481a24..df8cbee58 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@openrouter/spawn", - "version": "1.0.10", + "version": "1.0.11", "type": "module", "bin": { "spawn": "cli.js"