Skip to content

Commit 92c55d3

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7afc9eb commit 92c55d3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-worker-pool-exit-delay.md

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

CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.9.0
410

511
### 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.9.0",
3+
"version": "0.9.1",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)