From 2e6b311b0cbc102e3789734455af5dd64ae21086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa?= Date: Wed, 10 Jul 2024 12:54:56 +0200 Subject: [PATCH] fix changelog file format --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0dc7c..e437806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.1] - 2024-07-10 -- Updating naming convention for imports. Added `camelCase`, `PascalCase` and `UPPER_CASE` - +- Updating naming convention for imports. Added `camelCase`, `PascalCase` and `UPPER_CASE`. + ## [2.1.0] - 2024-06-20 - Updating dependencies before migration to ESlint 9.