Skip to content

Commit 027ba2e

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2025-10-23) ### Bug Fixes * remove stdin timeout that caused race condition with piped input ([#16](#16)) ([ef6187b](ef6187b))
1 parent ef6187b commit 027ba2e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.2](https://github.com/agentinit/contextcalc/compare/v1.4.1...v1.4.2) (2025-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* remove stdin timeout that caused race condition with piped input ([#16](https://github.com/agentinit/contextcalc/issues/16)) ([ef6187b](https://github.com/agentinit/contextcalc/commit/ef6187b865e60bfb7c242c16d810fbf2e8ac1bf5))
7+
18
## [1.4.1](https://github.com/agentinit/contextcalc/compare/v1.4.0...v1.4.1) (2025-10-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contextcalc",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A fast CLI tool and library for analyzing codebase structure and token counts for LLM context management",
55
"main": "dist/lib/index.js",
66
"module": "dist/lib/index.js",

0 commit comments

Comments
 (0)