Skip to content

Commit 6a112a0

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.3...v1.5.0) (2024-09-28) ### Bug Fixes * Infinite loop when checking ignored files without a .contextignore file created ([10f8e17](10f8e17)) ### Features * add new top level tabs ([cb1ac6a](cb1ac6a)) * **dev:** Add ts-node for quick local testing ([62ed68e](62ed68e))
1 parent 859c7ab commit 6a112a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

linters/typescript/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.5.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.3...v1.5.0) (2024-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Infinite loop when checking ignored files without a .contextignore file created ([10f8e17](https://github.com/Agentic-Insights/codebase-context-spec/commit/10f8e176d44e685cfad21f51cdb28e525892cdc2))
7+
8+
9+
### Features
10+
11+
* add new top level tabs ([cb1ac6a](https://github.com/Agentic-Insights/codebase-context-spec/commit/cb1ac6a90549ca5a49a1f54133aa5a3be3ca6148))
12+
* **dev:** Add ts-node for quick local testing ([62ed68e](https://github.com/Agentic-Insights/codebase-context-spec/commit/62ed68e7d8490c72d64397f0460709c399ee360a))
13+
114
## [1.4.3](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.2...v1.4.3) (2024-09-22)
215

316

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.3",
3+
"version": "1.5.0",
44
"description": "linter for .context.md and related CCS files",
55
"main": "dist/context_linter.js",
66
"bin": {

0 commit comments

Comments
 (0)