Skip to content

Commit 7359778

Browse files
chore(release): 0.14.3 [skip ci]
## [0.14.3](v0.14.2...v0.14.3) (2026-04-22) ### Bug Fixes * **scan:** disable user-scope walk when CLI scans a single file ([#54](#54)) ([6799651](6799651))
1 parent 6799651 commit 7359778

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.14.3](https://github.com/jonathansantilli/codegate/compare/v0.14.2...v0.14.3) (2026-04-22)
2+
3+
### Bug Fixes
4+
5+
- **scan:** disable user-scope walk when CLI scans a single file ([#54](https://github.com/jonathansantilli/codegate/issues/54)) ([6799651](https://github.com/jonathansantilli/codegate/commit/67996514e24aaef3ff39a7c171f9bb34b5b56ace))
6+
17
## [0.14.2](https://github.com/jonathansantilli/codegate/compare/v0.14.1...v0.14.2) (2026-04-22)
28

39
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codegate-ai",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "Pre-flight security scanner for AI coding tool configurations.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)