From 269462bf445d617e4f59ce1ad4b3f7c8aee8c6ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:48:47 +0000 Subject: [PATCH] chore: version packages --- .changeset/boolean-sqlite-bind.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/boolean-sqlite-bind.md diff --git a/.changeset/boolean-sqlite-bind.md b/.changeset/boolean-sqlite-bind.md deleted file mode 100644 index 84b1660..0000000 --- a/.changeset/boolean-sqlite-bind.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Fix recipes with `boolean` params failing on Node when run with defaults. Boolean params now bind as `0` / `1`, so recipes like `churn-complexity-hotspots` and `stale-imports` work again. diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc7c0d..c04fc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.11.5 + +### Patch Changes + +- [#222](https://github.com/stainless-code/codemap/pull/222) [`8f45212`](https://github.com/stainless-code/codemap/commit/8f45212bd01f7a12a77069a4499def1a1f1b7374) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Fix recipes with `boolean` params failing on Node when run with defaults. Boolean params now bind as `0` / `1`, so recipes like `churn-complexity-hotspots` and `stale-imports` work again. + ## 0.11.4 ### Patch Changes diff --git a/package.json b/package.json index 79e682f..831dc73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.11.4", + "version": "0.11.5", "description": "Local codebase intelligence for AI agents — a SQLite index of symbols, imports, and calls. SQL and recipes instead of scanning the tree.", "keywords": [ "agents",