From 3dc2237d0e73c7f921316c0f845e1dfda20c0990 Mon Sep 17 00:00:00 2001 From: mricoul Date: Mon, 20 Nov 2023 15:48:47 +0100 Subject: [PATCH 1/2] docs (CHANGELOG): add change log for 1.4.5 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fc31e..7f0a047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.4.5 - 2023-11-20 + +- Refactoring classes +- Add `super.destroy()` in `destroy()` methods. + ## 1.4.4 - 2023-09-19 - Fix `aria-expanded` attribute value for closedDefault Accordion From cd7acc6a1ff7f655d8f06ec3d065a09eeb9fd556 Mon Sep 17 00:00:00 2001 From: mricoul Date: Mon, 20 Nov 2023 15:49:01 +0100 Subject: [PATCH 2/2] chore (package): bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28149b7..7f44169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beapi/be-a11y", - "version": "1.4.4", + "version": "1.4.5", "description": "Collection of usefull accessible components", "repository": { "type": "git",