From dff98a638cbf44cb81f7575ccecc99d570fe24e3 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Thu, 19 Feb 2026 15:57:01 -0600 Subject: [PATCH] Bumps version to 0.6.2 Bumps version to 0.6.2 in both package.json and lockfile to align release metadata and prevent silent install failures on fresh installs. Relates to silent install fix --- 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 4693c4f..f0702e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "0.5.5", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "0.5.5", + "version": "0.6.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1577279..a28a284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "0.6.0", + "version": "0.6.2", "description": "Supercharge Claude Code with semantic code intelligence. 30% fewer tokens, 25% fewer tool calls, 100% local.", "main": "dist/index.js", "types": "dist/index.d.ts",