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",