From 081a6fcaca8abbcf42272a9aa6c61bf038955923 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Sun, 31 May 2026 19:19:11 -0500 Subject: [PATCH] chore(release): bump version to 0.9.8 (#604) Cuts the 0.9.8 release, which carries the restored embedded/programmatic SDK API (#354) along with the rest of the [Unreleased] changelog. The Release workflow promotes [Unreleased] -> [0.9.8] and appends the link reference; only the version fields are bumped here. Co-authored-by: Claude Opus 4.8 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e418a36..d95edbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "0.9.7", + "version": "0.9.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "0.9.7", + "version": "0.9.8", "license": "MIT", "dependencies": { "@clack/prompts": "^1.3.0", diff --git a/package.json b/package.json index 913433f..df7f502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "0.9.7", + "version": "0.9.8", "description": "Supercharge Claude Code with semantic code intelligence. 94% fewer tool calls • 77% faster exploration • 100% local.", "main": "dist/index.js", "types": "dist/index.d.ts",