From e393b94a0191c04bc39179a599765d4433c4d74c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:30:25 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/cli/package.json | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11558b9..ef25c9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.8.6", - "packages/cli": "0.8.6" + ".": "0.9.0", + "packages/cli": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e5230..fb88519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.6...root-v0.9.0) (2026-06-13) + + +### ⚠ BREAKING CHANGES + +* baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](https://github.com/theagenticguy/opencodehub/issues/232)) + +### Bug Fixes + +* **deps:** refresh dependencies + clear esbuild CVE (GHSA-g7r4-m6w7-qqqr) ([#230](https://github.com/theagenticguy/opencodehub/issues/230)) ([75b687f](https://github.com/theagenticguy/opencodehub/commit/75b687f0214194a7170c98de322acdc79f2907ad)) + + +### Chores + +* baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](https://github.com/theagenticguy/opencodehub/issues/232)) ([93c90e9](https://github.com/theagenticguy/opencodehub/commit/93c90e9455442b658fb32602b5004939c1ae9a28)) + ## [0.8.6](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.5...root-v0.8.6) (2026-06-11) diff --git a/package.json b/package.json index aba9383..c5e2756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.8.6", + "version": "0.9.0", "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 c0cb262..a67ecb5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.8.6...cli-v0.9.0) (2026-06-13) + + +### ⚠ BREAKING CHANGES + +* baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](https://github.com/theagenticguy/opencodehub/issues/232)) + +### Bug Fixes + +* **deps:** refresh dependencies + clear esbuild CVE (GHSA-g7r4-m6w7-qqqr) ([#230](https://github.com/theagenticguy/opencodehub/issues/230)) ([75b687f](https://github.com/theagenticguy/opencodehub/commit/75b687f0214194a7170c98de322acdc79f2907ad)) + + +### Chores + +* baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](https://github.com/theagenticguy/opencodehub/issues/232)) ([93c90e9](https://github.com/theagenticguy/opencodehub/commit/93c90e9455442b658fb32602b5004939c1ae9a28)) + ## [0.8.6](https://github.com/theagenticguy/opencodehub/compare/cli-v0.7.4...cli-v0.8.6) (2026-06-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index 55f0918..090f702 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.8.6", + "version": "0.9.0", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {