diff --git a/CHANGELOG.md b/CHANGELOG.md index 5945b21..c2ae7c2 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.5 - 2024-07-31 + +- Add `onTabChange` option callback for Tabs component + ## 1.5.4 - 2024-04-04 - Add support for 1 list item dropdown diff --git a/package.json b/package.json index b01a94d..6c00759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beapi/be-a11y", - "version": "1.5.4", + "version": "1.5.5", "type": "module", "description": "Collection of usefull accessible components", "repository": {