Skip to content

Commit e7e27f8

Browse files
authored
chore(main): release 1.3.8 (#88)
🤖 I have created a release *beep* *boop* --- ## [1.3.8](v1.3.7...v1.3.8) (2026-07-28) ### Bug Fixes * credit typescript null narrowing ([be628a4](be628a4)) * focus integer overflow on allocation risk ([712ac16](712ac16)) * make boolean naming precision contract based ([b1da7ca](b1da7ca)) * narrow boundary input detection ([31c1bc4](31c1bc4)) * remove unused boolean expression parameter ([8f0b1af](8f0b1af)) * retune naming and return precision ([43813e4](43813e4)) * retune quality precision false positives ([c61b831](c61b831)) * skip validation throws in control-flow rule ([280ccdd](280ccdd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 parents 58e7ef6 + 29a3bda commit e7e27f8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.7"
2+
".": "1.3.8"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.3.8](https://github.com/devr-tools/codeguard/compare/v1.3.7...v1.3.8) (2026-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* credit typescript null narrowing ([be628a4](https://github.com/devr-tools/codeguard/commit/be628a4296d9031e6e5941a128dd599470633f5c))
9+
* focus integer overflow on allocation risk ([712ac16](https://github.com/devr-tools/codeguard/commit/712ac162b66984e002f9f558c4065eab7e95ae6c))
10+
* make boolean naming precision contract based ([b1da7ca](https://github.com/devr-tools/codeguard/commit/b1da7ca565ce2a29b48c76cb02544ad49a30a44d))
11+
* narrow boundary input detection ([31c1bc4](https://github.com/devr-tools/codeguard/commit/31c1bc4481023b9a2cd221efcae2a4a3c2655573))
12+
* remove unused boolean expression parameter ([8f0b1af](https://github.com/devr-tools/codeguard/commit/8f0b1af4d48f9bfa812c300cfce49fc188d8c7c5))
13+
* retune naming and return precision ([43813e4](https://github.com/devr-tools/codeguard/commit/43813e45f378e33a8c0777893fa74ac4218820cc))
14+
* retune quality precision false positives ([c61b831](https://github.com/devr-tools/codeguard/commit/c61b831ce4e3d97e0f001b18f67a4d492b2bd5cc))
15+
* skip validation throws in control-flow rule ([280ccdd](https://github.com/devr-tools/codeguard/commit/280ccdd0546a5035ae9a2573ced291d1c107956c))
16+
317
## [1.3.7](https://github.com/devr-tools/codeguard/compare/v1.3.6...v1.3.7) (2026-07-28)
418

519

0 commit comments

Comments
 (0)