diff --git a/CHANGELOG.md b/CHANGELOG.md index ca19a8a7..f5dc5cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.1](https://github.com/frontapp/front-ui-kit/compare/v0.18.0...v0.18.1) (2025-10-24) + + +### Bug Fixes + +* card actions on hover ([#296](https://github.com/frontapp/front-ui-kit/issues/296)) ([cdbb117](https://github.com/frontapp/front-ui-kit/commit/cdbb117d4e677d378634342935a121c84d3669e9)) + ## [0.18.0](https://github.com/frontapp/front-ui-kit/compare/v0.17.1...v0.18.0) (2025-10-22) ### Features diff --git a/package.json b/package.json index f36f16c6..36d3a584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/ui-kit", - "version": "0.18.0", + "version": "0.18.1", "repository": "git@github.com:frontapp/front-ui-kit.git", "homepage": "http://frontapp.github.io/front-ui-kit", "author": "",