From 60d46933a480a5c42fc6d6d8a25d0c5a3144d29b Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 23 Aug 2024 11:17:58 -0400 Subject: [PATCH] Update changelog for v0.8.24 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5399b..d632ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.8.24](https://github.com/rokucommunity/bslint/compare/v0.8.23...v0.8.24) - 2024-08-23 +### Fixed + - bug where LINT3024 and LINT3025 were doing a case-sensitive check when they should be checking case-insensitive. ([#129](https://github.com/rokucommunity/bslint/pull/129)) + + + ## [0.8.23](https://github.com/rokucommunity/bslint/compare/v0.8.22...v0.8.23) - 2024-08-22 ### Added - add rule for roRegex duplicates ([#119](https://github.com/rokucommunity/bslint/pull/119))