From 2eac34e9a80511a1a57eb24455aa467201875c1d Mon Sep 17 00:00:00 2001 From: dw-0 Date: Sat, 26 Oct 2024 13:57:22 +0200 Subject: [PATCH] chore: cleanup changelog Signed-off-by: Dominik Willner --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ade7507f..9b57b447d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switched the `consistent-generic-constructors` rule from `warn` to `error` in the `eslint` configuration - Switched the `consistent-type-assertions` rule from `warn` to `error` in the `eslint` configuration -- Switched the `prefer-optional-chain` rule from `warn` to `error` in the `eslint` configuration -- Switched the `consistent-generic-constructors` rule from `warn` to `error` in the `eslint` configuration - Switched the `consistent-indexed-object-style` rule from `warn` to `error` in the `eslint` configuration +- Switched the `prefer-optional-chain` rule from `warn` to `error` in the `eslint` configuration ## 2.119.0 - 2024-10-26