Skip to content

Commit e641d5a

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-10-23) ### Bug Fixes * fix ast mode ([#15](#15)) ([969b5fd](969b5fd))
1 parent 969b5fd commit e641d5a

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.1](https://github.com/agentinit/contextcalc/compare/v1.4.0...v1.4.1) (2025-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fix ast mode ([#15](https://github.com/agentinit/contextcalc/issues/15)) ([969b5fd](https://github.com/agentinit/contextcalc/commit/969b5fd3dfb642f0273bb07ec7bad9200cf29626))
7+
18
# [1.4.0](https://github.com/agentinit/contextcalc/compare/v1.3.6...v1.4.0) (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.0",
3+
"version": "1.4.1",
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)