diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d74464..db2216d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.10.1", - "packages/cli": "0.10.1" + ".": "0.10.2", + "packages/cli": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bf5cd..5961f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.1...root-v0.10.2) (2026-06-28) + + +### Bug Fixes + +* **ingestion:** parse npm/pnpm lockfiles natively, drop snyk-nodejs-lockfile-parser ([#259](https://github.com/theagenticguy/opencodehub/issues/259)) ([738511b](https://github.com/theagenticguy/opencodehub/commit/738511b4b7264c2dd554a0e04bdd8470b8a9dbd7)) + ## [0.10.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.10.0...root-v0.10.1) (2026-06-26) diff --git a/package.json b/package.json index 00f4640..16d9f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.10.1", + "version": "0.10.2", "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 bae32dd..e74e0b1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.1...cli-v0.10.2) (2026-06-28) + + +### Bug Fixes + +* **ingestion:** parse npm/pnpm lockfiles natively, drop snyk-nodejs-lockfile-parser ([#259](https://github.com/theagenticguy/opencodehub/issues/259)) ([738511b](https://github.com/theagenticguy/opencodehub/commit/738511b4b7264c2dd554a0e04bdd8470b8a9dbd7)) + ## [0.10.1](https://github.com/theagenticguy/opencodehub/compare/cli-v0.10.0...cli-v0.10.1) (2026-06-26) diff --git a/packages/cli/package.json b/packages/cli/package.json index 82af0ed..ab86a40 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.10.1", + "version": "0.10.2", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": {