Skip to content

Commit 45c3cb4

Browse files
chore(release): 1.4.3 [skip ci]
## [1.4.3](v1.4.2...v1.4.3) (2024-09-22) ### Bug Fixes * for cf pages ([5af691c](5af691c)) * add build for cfpages ([d1a5954](d1a5954)) * again ([97c8b49](97c8b49)) * again ([9d0e6b8](9d0e6b8)) * correct pages pub ([15806a0](15806a0)) * csp changes ([2562ee7](2562ee7)) * forgot lock ([9c6f77e](9c6f77e)) * header inline style ([bf83867](bf83867)) * headers with new domain ([97485f5](97485f5)) * npm run build added ([8f02942](8f02942)) * pub/build flow ([c7ff397](c7ff397)) * unused reference removed ([7845715](7845715))
1 parent a2fb8c2 commit 45c3cb4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: linters/typescript/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.4.3](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.2...v1.4.3) (2024-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* for cf pages ([5af691c](https://github.com/Agentic-Insights/codebase-context-spec/commit/5af691c7378b0d0c32dc61a1a72e965c4d47a153))
7+
* add build for cfpages ([d1a5954](https://github.com/Agentic-Insights/codebase-context-spec/commit/d1a5954c923d0d0440e204e61febad3a3dd7d271))
8+
* again ([97c8b49](https://github.com/Agentic-Insights/codebase-context-spec/commit/97c8b49249d0f18d8054d3371aa326df9114c57c))
9+
* again ([9d0e6b8](https://github.com/Agentic-Insights/codebase-context-spec/commit/9d0e6b810be7f71d02be9fd49374cfbaee8d9edf))
10+
* correct pages pub ([15806a0](https://github.com/Agentic-Insights/codebase-context-spec/commit/15806a0a3fe9c4fcad1da7f2497ca8bee154bc3a))
11+
* csp changes ([2562ee7](https://github.com/Agentic-Insights/codebase-context-spec/commit/2562ee76d3fb0282380c0fa2db5e0c2dfc936b04))
12+
* forgot lock ([9c6f77e](https://github.com/Agentic-Insights/codebase-context-spec/commit/9c6f77ec1cde4d16c0f72c74ecbfb95b2c02f183))
13+
* header inline style ([bf83867](https://github.com/Agentic-Insights/codebase-context-spec/commit/bf83867b0dd16c81abe8069872bcec106038fe5e))
14+
* headers with new domain ([97485f5](https://github.com/Agentic-Insights/codebase-context-spec/commit/97485f5d480234a2312fca5f9592f0e78d23abee))
15+
* npm run build added ([8f02942](https://github.com/Agentic-Insights/codebase-context-spec/commit/8f029420ff63dc53050ac9703c3d1acd2259e791))
16+
* pub/build flow ([c7ff397](https://github.com/Agentic-Insights/codebase-context-spec/commit/c7ff397f77812425ad4868d6d675ae6c8f635456))
17+
* unused reference removed ([7845715](https://github.com/Agentic-Insights/codebase-context-spec/commit/78457158bbe96239c772d74d58624873c5315f18))
18+
119
## [1.4.2](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.4.1...v1.4.2) (2024-09-12)
220

321

Diff for: linters/typescript/package.json

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

0 commit comments

Comments
 (0)