From 0095f3e80743c0b82298871dd71236683e44028e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:55:03 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-worker-pool-exit-delay.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-worker-pool-exit-delay.md diff --git a/.changeset/fix-worker-pool-exit-delay.md b/.changeset/fix-worker-pool-exit-delay.md deleted file mode 100644 index 40161f58..00000000 --- a/.changeset/fix-worker-pool-exit-delay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Fix `codemap --full` (and other worker-pool parses) appearing to hang ~120s after stats print — clear parse timeout timers when workers respond instead of leaving orphaned `setTimeout` handles on the event loop. diff --git a/CHANGELOG.md b/CHANGELOG.md index 14225207..02c1240a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.9.1 + +### Patch Changes + +- [#146](https://github.com/stainless-code/codemap/pull/146) [`7afc9eb`](https://github.com/stainless-code/codemap/commit/7afc9eba451720ae463dd0567eef71ac4e500bda) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Fix `codemap --full` (and other worker-pool parses) appearing to hang ~120s after stats print — clear parse timeout timers when workers respond instead of leaving orphaned `setTimeout` handles on the event loop. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index 7baa89a2..92bd2ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.9.0", + "version": "0.9.1", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",