Skip to content

Commit 7953947

Browse files
chore(release): 1.4.3 [skip ci]
## [1.4.3](v1.4.2...v1.4.3) (2025-10-23) ### Bug Fixes * Fix AST grammar loading and improve file counting ([#17](#17)) ([9e3f9b2](9e3f9b2)), closes [#14](#14)
1 parent 9e3f9b2 commit 7953947

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.3](https://github.com/agentinit/contextcalc/compare/v1.4.2...v1.4.3) (2025-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix AST grammar loading and improve file counting ([#17](https://github.com/agentinit/contextcalc/issues/17)) ([9e3f9b2](https://github.com/agentinit/contextcalc/commit/9e3f9b2ed06620b04c08400d52975dfd5aeb2fd0)), closes [#14](https://github.com/agentinit/contextcalc/issues/14)
7+
18
## [1.4.2](https://github.com/agentinit/contextcalc/compare/v1.4.1...v1.4.2) (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.2",
3+
"version": "1.4.3",
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)