diff --git a/CHANGELOG.md b/CHANGELOG.md index 854e987..4dd0bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.4.0...v0.4.1) (2024-03-24) + + +### Bug Fixes + +* **AlertDialog:** Avoid using block on buttons ([576e89a](https://github.com/ChrisGV04/cgvweb-ui/commit/576e89a3e004099bf334a7663de90f7eeb2b3ac1)) + ## [0.4.0](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.3.10...v0.4.0) (2024-03-24) diff --git a/package.json b/package.json index a3af4c7..71467fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cgvweb/ui", - "version": "0.4.0", + "version": "0.4.1", "repository": "https://github.com/ChrisGV04/cgvweb-ui", "license": "MIT", "type": "module",