fix(cli): bump version to 1.0.11 for security fix in #3301 (#3304)

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: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
A 2026-04-14 17:44:38 -07:00 committed by GitHub
parent fbf7aaa067
commit 4de37274e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"bin": {
"spawn": "cli.js"