Skip to content

Commit 02d780a

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2024-09-12) ### Bug Fixes * added logging and clean up file traversal ([f02d9ab](f02d9ab)) * change output and fix tests ([8c07847](8c07847)) * fix the recursion and logging ([8249570](8249570))
1 parent 8c07847 commit 02d780a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

linters/typescript/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.2](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.1...v1.4.2) (2024-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* added logging and clean up file traversal ([f02d9ab](https://github.com/Agentic-Insights/codebase-context-spec/commit/f02d9ab7be24b5ae81f4c5687b1c3c576a5767cc))
7+
* change output and fix tests ([8c07847](https://github.com/Agentic-Insights/codebase-context-spec/commit/8c07847afcabc977918773991535ec43ed9d6464))
8+
* fix the recursion and logging ([8249570](https://github.com/Agentic-Insights/codebase-context-spec/commit/824957058542da74f044964e7cf48ece20f757ea))
9+
110
## [1.4.1](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.0...v1.4.1) (2024-09-11)
211

312

linters/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-context-lint",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "linter for .context.md and related CCS files",
55
"main": "dist/context_linter.js",
66
"bin": {

0 commit comments

Comments
 (0)