From 07500a7882b91e00255a764c541390ca1ea0f0f8 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:43:38 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b0236d8..0a43aa44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extended the _Public API_ with the health check endpoint (experimental) +### Changed + +- Switched the `prefer-const` rule from `warn` to `error` in the `eslint` configuration + ## 2.113.0 - 2024-10-06 ### Added