Skip to content

Commit ee9b1e1

Browse files
authored
chore(release): bump to v2.4.0 (#37)
Release prep for **2.4.0**. ## Changes - `package.json`: `2.3.0` → `2.4.0` (minor — new `init` command). - `CHANGELOG.md`: `[Unreleased]` → `[2.4.0] - 2026-06-01`, fresh empty `[Unreleased]`, compare links updated. ## What ships in 2.4.0 - `init` command — agent adoption layer (#34) - Opt-in agent selection + interactive picker (#36) ## After merge Dispatch the **Publish** workflow (workflow_dispatch on main) → tags `v2.4.0`, `npm publish --tag latest` via OIDC, creates the GitHub Release.
1 parent 491adaa commit ee9b1e1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.4.0] - 2026-06-01
11+
1012
### Added
1113

1214
- **`init` command** — agent adoption layer. `codebase-intelligence init [path]` writes
@@ -38,5 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840
Baseline for this changelog. For release history prior to and including 2.3.0, see the
3941
[git tags](https://github.com/bntvllnt/codebase-intelligence/tags) and commit history.
4042

41-
[Unreleased]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.3.0...HEAD
43+
[Unreleased]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.4.0...HEAD
44+
[2.4.0]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.3.0...v2.4.0
4245
[2.3.0]: https://github.com/bntvllnt/codebase-intelligence/releases/tag/v2.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-intelligence",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Codebase analysis engine with MCP integration for LLM-assisted code understanding",
55
"type": "module",
66
"main": "dist/cli.js",

0 commit comments

Comments
 (0)