From 927321f94f55893a4b6fd0751f903d75f89b082a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:10:45 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0463eef7..3a1bee33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.3", - "packages/cli": "0.10.3" + ".": "0.10.4", + "packages/cli": "0.10.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d12b9f..e5fcefac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.3...root-v0.10.4) (2026-06-30) + + +### Features + +* **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](https://github.com/theagenticguy/opencodehub/issues/265)) ([817a54d](https://github.com/theagenticguy/opencodehub/commit/817a54d5a6708dd21be9b7779704c3ada78a926d)) + ## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.2...root-v0.10.3) (2026-06-29) diff --git a/package.json b/package.json index 4c533e16..613dce20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.3", + "version": "0.10.4", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index efbd6fa2..734c058a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.4](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.3...cli-v0.10.4) (2026-06-30) + + +### Features + +* **analysis:** symbol-level scan enrichment (blastRadius + community) + converge resolver ([#265](https://github.com/theagenticguy/opencodehub/issues/265)) ([817a54d](https://github.com/theagenticguy/opencodehub/commit/817a54d5a6708dd21be9b7779704c3ada78a926d)) + ## [0.10.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.2...cli-v0.10.3) (2026-06-29) diff --git a/packages/cli/package.json b/packages/cli/package.json index b82cd78e..a2fdaed6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.10.3", + "version": "0.10.4", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {