From bbf0f90083ef33e4912ee8eff9e8539434edfdf3 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Tue, 7 Jul 2026 14:25:38 -0500 Subject: [PATCH] chore(release): 1.3.0 Ships Nix language support and a batch of fixes staged under [Unreleased], including the Java/Kotlin (Spring) resolution performance fix (#1180). 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 36f419b..bb5a9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@clack/prompts": "^1.3.0", diff --git a/package.json b/package.json index fc167ac..ccde8f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "1.2.0", + "version": "1.3.0", "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",