Skip to content

Commit 84622c0

Browse files
committed
chore: release v7.67.0
Co-Authored-By: Magus <magus@madappgang.com> Crafted with agentic harness Magus (https://github.com/MadAppGang/magus)
1 parent cf53f4f commit 84622c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudish-monorepo",
3-
"version": "7.66.1",
3+
"version": "7.67.0",
44
"private": true,
55
"description": "Monorepo for Claudish - Run Claude Code with any model",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudish",
3-
"version": "7.66.1",
3+
"version": "7.67.0",
44
"description": "Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated by scripts/generate-version.ts — do not edit
2-
export const VERSION = "7.66.1";
2+
export const VERSION = "7.67.0";

0 commit comments

Comments
 (0)