diff --git a/CHANGELOG.md b/CHANGELOG.md index 630b181..c44c534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.5.9 - 2024-10-10 + +- Fixed a bug in the Dropdown component where a list item was automatically selected when opening. + ## 1.5.8 - 2024-10-10 - Add new option `closeOnEscapeKey` for Modal component. diff --git a/package.json b/package.json index f22abf0..92325f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beapi/be-a11y", - "version": "1.5.8", + "version": "1.5.9", "type": "module", "description": "Collection of usefull accessible components", "repository": {