From a2068d806d9192fa484b7b0391b9704e336ca0a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:32:29 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4001f01..b603a53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.6.3", + ".": "0.6.4", "packages/analysis": "0.3.1", "packages/cli": "0.5.3", "packages/cobol-proleap": "0.1.7", diff --git a/CHANGELOG.md b/CHANGELOG.md index c044bbd..dd80fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.3...root-v0.6.4) (2026-05-28) + + +### Documentation + +* **repo:** add 2 release-recovery durable lessons (v0.6.2→v0.6.3) ([#149](https://github.com/theagenticguy/opencodehub/issues/149)) ([6a59d38](https://github.com/theagenticguy/opencodehub/commit/6a59d38a8e1e6758bb764e594c2164b4cfe775df)) + ## [0.6.3](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.2...root-v0.6.3) (2026-05-28) diff --git a/package.json b/package.json index 653a138..e309239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.6.3", + "version": "0.6.4", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0",