Skip to content

Commit a4bca9f

Browse files
chore: version packages
1 parent 1632bdd commit a4bca9f

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/deps-socket-firewall-ci.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rename-alias-cli.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/transport-parity-mcp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stainless-code/codemap
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#169](https://github.com/stainless-code/codemap/pull/169) [`1632bdd`](https://github.com/stainless-code/codemap/commit/1632bdd5cff7560bf6d437f2c6bd940996d20bc3) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Refresh runtime and toolchain dependencies (oxc-parser, oxc-resolver, oxfmt, oxlint, @clack/prompts, tinyglobby, and related dev tooling) to latest compatible releases.
8+
9+
- [#166](https://github.com/stainless-code/codemap/pull/166) [`4bfb067`](https://github.com/stainless-code/codemap/commit/4bfb06732d5ebdc607bdf73b0460cd25cc926d38) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `codemap rename` CLI alias for homonym-safe renames via `apply rename-preview` (`--define-in`, `--in-file`, `--kind`).
10+
11+
- [#167](https://github.com/stainless-code/codemap/pull/167) [`231d6cc`](https://github.com/stainless-code/codemap/commit/231d6cc32d77fa94b69ded7394457dfc558060c8) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add MCP/HTTP transport parity for coverage ingest and query baselines: new `ingest_coverage` tool (CLI twin `codemap ingest-coverage --json`) and optional `baseline` param on `query` / `query_recipe` (same diff envelope as `codemap query --baseline`). Tool count 19 → 20.
12+
313
## 0.10.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/codemap",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)