Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2024-09-11)

### Bug Fixes

* 404 on the root url link for .context.md ([548e050](548e050))
* add color and icons ([bc51dcd](bc51dcd))
* add contextignore recursively ([13221b0](13221b0))
* add further dotcontext ignore support, normalize linter output ([a166724](a166724))
* add the new prompt to generate .context files ([faff9e2](faff9e2))
* context form now poperly supports diagrams and modules and validates them as pathspec/url elements for linking purposes ([eec3277](eec3277))
* doc bundle area and wording ([ca53726](ca53726))
* make everything optional on context file form ([a36ab27](a36ab27))
* make form optional, fix type checking ([9ab3491](9ab3491))
* remove deprecated Grid for Grid2 in MUI ([e3e488f](e3e488f))
* resource entry and empty resource in output ([ba54314](ba54314))
* take out unused icon ref ([118fcdd](118fcdd))
* tests for .contextignore files ([9162f5e](9162f5e))

### Features

* Add .contextignore support and normalize linter output ([943a7b7](943a7b7))
* copy, download, and preview ([b913115](b913115))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent 943a7b7 commit 0bf15fb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions linters/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [1.4.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.3.1...v1.4.0) (2024-09-11)


### Bug Fixes

* 404 on the root url link for .context.md ([548e050](https://github.com/Agentic-Insights/codebase-context-spec/commit/548e050977d089fb0b2f959b22de377f6201d214))
* add color and icons ([bc51dcd](https://github.com/Agentic-Insights/codebase-context-spec/commit/bc51dcd3cf05cbdf814787519f9aaf3eca5f7903))
* add contextignore recursively ([13221b0](https://github.com/Agentic-Insights/codebase-context-spec/commit/13221b0a2f39830c0bfd218fd4fd64137501a2f9))
* add further dotcontext ignore support, normalize linter output ([a166724](https://github.com/Agentic-Insights/codebase-context-spec/commit/a166724dffe6c0c6e3ded4e398a78feec905feb1))
* add the new prompt to generate .context files ([faff9e2](https://github.com/Agentic-Insights/codebase-context-spec/commit/faff9e2787353358241b3afd11b06a68f3a465d4))
* context form now poperly supports diagrams and modules and validates them as pathspec/url elements for linking purposes ([eec3277](https://github.com/Agentic-Insights/codebase-context-spec/commit/eec32777f8edb1d7c3721b4e5ad3aa89727972ca))
* doc bundle area and wording ([ca53726](https://github.com/Agentic-Insights/codebase-context-spec/commit/ca5372655cd78a548692d5ff31e0734c4ecc5747))
* make everything optional on context file form ([a36ab27](https://github.com/Agentic-Insights/codebase-context-spec/commit/a36ab271792081748442388293c9c29e007eec72))
* make form optional, fix type checking ([9ab3491](https://github.com/Agentic-Insights/codebase-context-spec/commit/9ab3491bd3170aba269367d0664d7b2f942e13f2))
* remove deprecated Grid for Grid2 in MUI ([e3e488f](https://github.com/Agentic-Insights/codebase-context-spec/commit/e3e488fec4ea465c39ece07e1c6a45b30cc2e9cb))
* resource entry and empty resource in output ([ba54314](https://github.com/Agentic-Insights/codebase-context-spec/commit/ba543143fc898f21bab4783c648e6afc0c49ea9a))
* take out unused icon ref ([118fcdd](https://github.com/Agentic-Insights/codebase-context-spec/commit/118fcdd15f25b094ca8f5ae45c92c64707a15a65))
* tests for .contextignore files ([9162f5e](https://github.com/Agentic-Insights/codebase-context-spec/commit/9162f5e3b61f9777c10d290ff6f356a4589d6bd3))


### Features

* Add .contextignore support and normalize linter output ([943a7b7](https://github.com/Agentic-Insights/codebase-context-spec/commit/943a7b7f2724791cd8f747c65fdbdb3611b1f0eb))
* copy, download, and preview ([b913115](https://github.com/Agentic-Insights/codebase-context-spec/commit/b9131152beec83659161b21a47d8f0756aa96c9b))

## [1.3.1](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.3.0...v1.3.1) (2024-09-08)


Expand Down
2 changes: 1 addition & 1 deletion linters/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebase-context-lint",
"version": "1.3.1",
"version": "1.4.0",
"description": "linter for .context.md and related CCS files",
"main": "dist/context_linter.js",
"bin": {
Expand Down

0 comments on commit 0bf15fb

Please sign in to comment.