From a0817ee85425229c7b0cc7c08fa361b92cdce213 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Feb 2023 17:12:16 +0000 Subject: [PATCH] chore(release): 1.0.6 ## [1.0.6](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.5...v1.0.6) (2023-02-27) ### Bug Fixes * required textField with min 1 length ([eda10d6](https://github.com/MiroslavPetrik/form-atoms-field/commit/eda10d6549650e434ab031862a2920676aefb471)) * selectField w/ required error message ([e7e2e71](https://github.com/MiroslavPetrik/form-atoms-field/commit/e7e2e71fd3130bfe81a30f4ce9e0fc1670334280)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e2439..ed19031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.6](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.5...v1.0.6) (2023-02-27) + + +### Bug Fixes + +* required textField with min 1 length ([eda10d6](https://github.com/MiroslavPetrik/form-atoms-field/commit/eda10d6549650e434ab031862a2920676aefb471)) +* selectField w/ required error message ([e7e2e71](https://github.com/MiroslavPetrik/form-atoms-field/commit/e7e2e71fd3130bfe81a30f4ce9e0fc1670334280)) + ## [1.0.5](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.4...v1.0.5) (2023-02-27)