From c0284aeffa79e99780e8eae234e41083f6aa0b73 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Sun, 28 Jun 2026 23:01:45 -0500 Subject: [PATCH] chore: bump version to 1.1.3 (#1055) Release the four CLI/indexing fixes triaged from @jcrabapple's reports (#1044 node -f, #1045 query %, #1046 explore count, #1047 Android res XML) plus the rest of [Unreleased]. The Release workflow promotes the changelog and publishes. Co-authored-by: Claude Opus 4.8 (1M context) --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 371c513..25a6343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colbymchenry/codegraph", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colbymchenry/codegraph", - "version": "1.1.1", + "version": "1.1.3", "license": "MIT", "dependencies": { "@clack/prompts": "^1.3.0", @@ -1431,6 +1431,7 @@ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index 6a55b23..cd00dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colbymchenry/codegraph", - "version": "1.1.2", + "version": "1.1.3", "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",