diff --git a/CHANGELOG.md b/CHANGELOG.md index 604e601..0165706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.9](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.3.8...v0.3.9) (2024-03-23) + + +### Features + +* **AlertDialog:** Allow submit action to choose if closes the dialog ([75e452a](https://github.com/ChrisGV04/cgvweb-ui/commit/75e452a7813606ea4e0bf068892b3ccbf1c1f37e)) + ## [0.3.8](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.3.7...v0.3.8) (2024-03-23) diff --git a/package.json b/package.json index 68593f6..e72dd5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cgvweb/ui", - "version": "0.3.8", + "version": "0.3.9", "repository": "https://github.com/ChrisGV04/cgvweb-ui", "license": "MIT", "type": "module",