Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/deps-bump-clack-oxc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trusted-publishing-provenance.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @stainless-code/codemap

## 0.11.2

### Patch Changes

- [#186](https://github.com/stainless-code/codemap/pull/186) [`cdacb91`](https://github.com/stainless-code/codemap/commit/cdacb91643bd97fee54cccd83aea2e4dde98c02b) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Refresh dependency tree to latest compatible releases. Interactive `codemap agents init` note text stays dimmed.

- [#187](https://github.com/stainless-code/codemap/pull/187) [`4afb0e2`](https://github.com/stainless-code/codemap/commit/4afb0e2c76263cdf9b7fe63c3d67b6c93f9b2ace) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Publish to npm via trusted publishing (GitHub OIDC) with Sigstore provenance, so released tarballs are verifiably built from this repo. Mark the library `.` export as side-effect-free for bundler tree-shaking.

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/codemap",
"version": "0.11.1",
"version": "0.11.2",
"description": "Query your codebase — structural SQLite index for AI agents",
"keywords": [
"agents",
Expand Down