diff --git a/CHANGELOG.md b/CHANGELOG.md index 9882a21..a4f9263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.1](https://github.com/frontapp/front-ui-kit/compare/v0.20.0...v0.20.1) (2025-10-30) + + +### Bug Fixes + +* remove max height from expandable section ([#302](https://github.com/frontapp/front-ui-kit/issues/302)) ([9b22c2f](https://github.com/frontapp/front-ui-kit/commit/9b22c2f43103fa9dd78c5be741b8e1c66d106e15)) + ## [0.20.0](https://github.com/frontapp/front-ui-kit/compare/v0.19.0...v0.20.0) (2025-10-29) ### Features diff --git a/package.json b/package.json index dd8efd3..5639d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/ui-kit", - "version": "0.20.0", + "version": "0.20.1", "repository": "git@github.com:frontapp/front-ui-kit.git", "homepage": "http://frontapp.github.io/front-ui-kit", "author": "",