From d7f9ba2dd36a0cdfff4c6f01e0f98a1e0a915df2 Mon Sep 17 00:00:00 2001 From: bntvllnt <32437578+bntvllnt@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:02:02 +0200 Subject: [PATCH] chore(release): bump to v2.4.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae2587..8e7a79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0] - 2026-06-01 + ### Added - **`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 Baseline for this changelog. For release history prior to and including 2.3.0, see the [git tags](https://github.com/bntvllnt/codebase-intelligence/tags) and commit history. -[Unreleased]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.3.0...HEAD +[Unreleased]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/bntvllnt/codebase-intelligence/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/bntvllnt/codebase-intelligence/releases/tag/v2.3.0 diff --git a/package.json b/package.json index 89cf0ee..ca529cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codebase-intelligence", - "version": "2.3.0", + "version": "2.4.0", "description": "Codebase analysis engine with MCP integration for LLM-assisted code understanding", "type": "module", "main": "dist/cli.js",