From fedb5641b453ffcf5bf89f09f72cd14101c777b6 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Mon, 29 Jun 2026 23:41:38 -0500 Subject: [PATCH] chore: bump version to 1.1.6 (#1076) Patch release: installer prunes old version bundles (#1074) and `codegraph index` rebuilds an oversized index without wedging (#1067). 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 332a70d..c619e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { "@clack/prompts": "^1.3.0", diff --git a/package.json b/package.json index 425c997..ec90e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "1.1.5", + "version": "1.1.6", "description": "Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local.", "main": "dist/index.js", "types": "dist/index.d.ts",