From 618837b957b72f5643df777bff46afeb8c95d972 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 29 Jun 2024 15:34:16 +0200
Subject: [PATCH] chore: tidy changelog

---
 CHANGELOG.md | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80122ef94..7b72daf68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,57 +1,50 @@
 # Changelog
 
-
-
 ## [3.73.0] - 2024-06-28
 
 ### Add Features
 
-- create new form-bind attribute function  [#224](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/224)
+- create new form-bind attribute function [#224](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/224)
 
 ## 2024-06-22
-- new options to define the markers that are used for the label template  [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
+- new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
 
 ## [3.72.0] - 2024-06-27
 
 ### Add Features
 
 - optimize tree menu [#191](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/191)
+
 ### Bug Fixes
 
 - remove style=display: block;
 - remove display property [#219](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/219)
+
 ### Changes
 
-- tidy and stylings
+- tidy and styling adjustments
+
 ### Code Refactoring
 
 - paragraph mixin without text-alignment [#220](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/220)
 
-
-
 ## [3.71.3] - 2024-06-26
 
 ### Bug Fixes
 
 - remove display property [#219](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/219)
 
-
-
 ## [3.71.2] - 2024-06-25
 
 ### Bug Fixes
 
 - data-monster-option-filter [#194](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/194)
 
-
-
 ## [3.71.1] - 2024-06-25
 
-### Bug Fixes
-
-- remove polifill [#218](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/218)
-
+### Security
 
+- remove polyfill (polyfill.io attack) [#218](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/218)
 
 ## [3.71.0] - 2024-06-25
 
@@ -146,7 +139,6 @@
 - call Button use findElementWithSelectorUpwards [#201](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/201)
 - slight color adjustments
 
-
 ## [3.65.21] - 2024-06-20
 
 ### Bug Fixes
-- 
GitLab