From 6a112a008e725cffba5e16a450e15b9635f18971 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Sep 2024 23:21:49 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.3...v1.5.0) (2024-09-28) ### Bug Fixes * Infinite loop when checking ignored files without a .contextignore file created ([10f8e17](https://github.com/Agentic-Insights/codebase-context-spec/commit/10f8e176d44e685cfad21f51cdb28e525892cdc2)) ### Features * add new top level tabs ([cb1ac6a](https://github.com/Agentic-Insights/codebase-context-spec/commit/cb1ac6a90549ca5a49a1f54133aa5a3be3ca6148)) * **dev:** Add ts-node for quick local testing ([62ed68e](https://github.com/Agentic-Insights/codebase-context-spec/commit/62ed68e7d8490c72d64397f0460709c399ee360a)) --- linters/typescript/CHANGELOG.md | 13 +++++++++++++ linters/typescript/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/linters/typescript/CHANGELOG.md b/linters/typescript/CHANGELOG.md index 619c59d..dddfe97 100644 --- a/linters/typescript/CHANGELOG.md +++ b/linters/typescript/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.3...v1.5.0) (2024-09-28) + + +### Bug Fixes + +* Infinite loop when checking ignored files without a .contextignore file created ([10f8e17](https://github.com/Agentic-Insights/codebase-context-spec/commit/10f8e176d44e685cfad21f51cdb28e525892cdc2)) + + +### Features + +* add new top level tabs ([cb1ac6a](https://github.com/Agentic-Insights/codebase-context-spec/commit/cb1ac6a90549ca5a49a1f54133aa5a3be3ca6148)) +* **dev:** Add ts-node for quick local testing ([62ed68e](https://github.com/Agentic-Insights/codebase-context-spec/commit/62ed68e7d8490c72d64397f0460709c399ee360a)) + ## [1.4.3](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.2...v1.4.3) (2024-09-22) diff --git a/linters/typescript/package.json b/linters/typescript/package.json index 63af5c9..57b1b97 100644 --- a/linters/typescript/package.json +++ b/linters/typescript/package.json @@ -1,6 +1,6 @@ { "name": "codebase-context-lint", - "version": "1.4.3", + "version": "1.5.0", "description": "linter for .context.md and related CCS files", "main": "dist/context_linter.js", "bin": {