Skip to content

Commit 2547b13

Browse files
chore: release main (#231)
🤖 Automated release via release-please --- <details><summary>root: 0.9.0</summary> ## [0.9.0](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](#232)) ### Bug Fixes * **deps:** refresh dependencies + clear esbuild CVE (GHSA-g7r4-m6w7-qqqr) ([#230](#230)) ([75b687f](75b687f)) ### Chores * baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](#232)) ([93c90e9](93c90e9)) </details> <details><summary>cli: 0.9.0</summary> ## [0.9.0](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](#232)) ### Bug Fixes * **deps:** refresh dependencies + clear esbuild CVE (GHSA-g7r4-m6w7-qqqr) ([#230](#230)) ([75b687f](75b687f)) ### Chores * baseline Node 24 + apply held majors (lcr@5, write-file-atomic@8) + fix snyk phantom debug dep ([#232](#232)) ([93c90e9](93c90e9)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93c90e9 commit 2547b13

5 files changed

Lines changed: 36 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.8.6",
3-
"packages/cli": "0.8.6"
2+
".": "0.9.0",
3+
"packages/cli": "0.9.0"
44
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.6...root-v0.9.0) (2026-06-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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))
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
14+
15+
### Chores
16+
17+
* 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))
18+
319
## [0.8.6](https://github.com/theagenticguy/opencodehub/compare/root-v0.8.5...root-v0.8.6) (2026-06-11)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodehub-monorepo",
3-
"version": "0.8.6",
3+
"version": "0.9.0",
44
"private": true,
55
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
66
"license": "Apache-2.0",

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.8.6...cli-v0.9.0) (2026-06-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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))
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
14+
15+
### Chores
16+
17+
* 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))
18+
319
## [0.8.6](https://github.com/theagenticguy/opencodehub/compare/cli-v0.7.4...cli-v0.8.6) (2026-06-11)
420

521

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencodehub/cli",
3-
"version": "0.8.6",
3+
"version": "0.9.0",
44
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)