Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-09-01)

### Bug Fixes

* Lint JSON files correctly ([1559964](1559964))
* Update CLI usage message ([6d4bbf9](6d4bbf9))
* update package-lock.json to version 0.0.0-development ([2e0a4bf](2e0a4bf))

### Features

* Add AI Context Convention specification and linter implementation ([a760aac](a760aac))
* Add Codebase Context Specification (CCS) convention ([781eb1d](781eb1d))
* Add LICENSE.md file ([88a5b07](88a5b07))
* Add linting for .contextdocs.md and .contextignore files ([7c49a7f](7c49a7f))
* Add PUBLISH.md for publishing the AI Context Convention Linter to npm ([8ea8513](8ea8513))
* Add release workflow and configuration ([903543c](903543c))
* Add tooling recommendations and future directions sections ([1dd204d](1dd204d))
* Add TypeScript linter for AI Context Convention files ([3d8d081](3d8d081))
* Bump version to 0.0.3 ([a056c13](a056c13))
* Bump version to 0.0.4 ([a223d1e](a223d1e))
* Bump version to 0.0.6 ([98a2d30](98a2d30))
* Expand AI Context Convention with role-specific sections ([b5a9197](b5a9197))
* Implement markdown, YAML, and JSON file linting ([ba514f8](ba514f8))
* Improve README formatting and add icons ([f2a96d2](f2a96d2))
* new specification for codebase context ([af17b2b](af17b2b))
* Rename project to Codebase Context Specification ([ad92e70](ad92e70))
* Update codebase context specification and linter package ([118284d](118284d))
* Upgrade TypeScript linter to use async/await ([e4578e9](e4578e9))
  • Loading branch information
semantic-release-bot committed Sep 1, 2024
1 parent 6d4bbf9 commit 2204261
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions linters/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 1.0.0 (2024-09-01)


### Bug Fixes

* Lint JSON files correctly ([1559964](https://github.com/Agentic-Insights/codebase-context-spec/commit/1559964767d15082799587c97ef5fbd6021fee12))
* Update CLI usage message ([6d4bbf9](https://github.com/Agentic-Insights/codebase-context-spec/commit/6d4bbf9dd5ecc6498bb51d40a6ed7110a190fd88))
* update package-lock.json to version 0.0.0-development ([2e0a4bf](https://github.com/Agentic-Insights/codebase-context-spec/commit/2e0a4bf66f643d391b0f2739bfdec22d3b2e840e))


### Features

* Add AI Context Convention specification and linter implementation ([a760aac](https://github.com/Agentic-Insights/codebase-context-spec/commit/a760aac075231a30fbc9e100a6305397840657f7))
* Add Codebase Context Specification (CCS) convention ([781eb1d](https://github.com/Agentic-Insights/codebase-context-spec/commit/781eb1d36ad1eaf48612f6b552f1aac8c2a45d57))
* Add LICENSE.md file ([88a5b07](https://github.com/Agentic-Insights/codebase-context-spec/commit/88a5b074e4322fe9ed37a54d42d4f74df39b20af))
* Add linting for .contextdocs.md and .contextignore files ([7c49a7f](https://github.com/Agentic-Insights/codebase-context-spec/commit/7c49a7f8ff366be6d16ab85a1511a4b9c9ff5d83))
* Add PUBLISH.md for publishing the AI Context Convention Linter to npm ([8ea8513](https://github.com/Agentic-Insights/codebase-context-spec/commit/8ea85136f3f2c2b8ad0b8429af00c33cc0f8c8c0))
* Add release workflow and configuration ([903543c](https://github.com/Agentic-Insights/codebase-context-spec/commit/903543ca329ef5b18c28f738d8f34953250bbeb2))
* Add tooling recommendations and future directions sections ([1dd204d](https://github.com/Agentic-Insights/codebase-context-spec/commit/1dd204df0dc5f00efb773d37fc45d31d94495263))
* Add TypeScript linter for AI Context Convention files ([3d8d081](https://github.com/Agentic-Insights/codebase-context-spec/commit/3d8d0817907de1ac63359ca762b61d687299e71e))
* Bump version to 0.0.3 ([a056c13](https://github.com/Agentic-Insights/codebase-context-spec/commit/a056c13177a0f0162abf2a78f5c149b0ebc99c4b))
* Bump version to 0.0.4 ([a223d1e](https://github.com/Agentic-Insights/codebase-context-spec/commit/a223d1ea4c0ae878293d38bad33e156ab2339c9c))
* Bump version to 0.0.6 ([98a2d30](https://github.com/Agentic-Insights/codebase-context-spec/commit/98a2d305f24cd7b6558a9b4c4b167e765d9d2b96))
* Expand AI Context Convention with role-specific sections ([b5a9197](https://github.com/Agentic-Insights/codebase-context-spec/commit/b5a9197d096101c425968008919dba45bc3a5f0f))
* Implement markdown, YAML, and JSON file linting ([ba514f8](https://github.com/Agentic-Insights/codebase-context-spec/commit/ba514f8a651445c33c988f7d2d08365256a02f2b))
* Improve README formatting and add icons ([f2a96d2](https://github.com/Agentic-Insights/codebase-context-spec/commit/f2a96d29bb28da224f7dc87524fe21c99c991ca4))
* new specification for codebase context ([af17b2b](https://github.com/Agentic-Insights/codebase-context-spec/commit/af17b2be8ddfe045587ed4c1951437eceb79c119))
* Rename project to Codebase Context Specification ([ad92e70](https://github.com/Agentic-Insights/codebase-context-spec/commit/ad92e700b1658a6a9d05f85265afba202d98c32b))
* Update codebase context specification and linter package ([118284d](https://github.com/Agentic-Insights/codebase-context-spec/commit/118284d9e95de2148dfa91fde9f5ff78f98c3a55))
* Upgrade TypeScript linter to use async/await ([e4578e9](https://github.com/Agentic-Insights/codebase-context-spec/commit/e4578e950885b57a16135c3be2ce1eff592fd7e5))
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": "0.0.0-development",
"version": "1.0.0",
"description": "CLI linter for AI Context Convention files",
"main": "dist/context_linter.js",
"bin": {
Expand Down

0 comments on commit 2204261

Please sign in to comment.