diff options
author | 2023-05-14 22:48:20 +0200 | |
---|---|---|
committer | 2023-05-14 22:48:20 +0200 | |
commit | 141c12455e54e30740b3e3fbe92bb7b571ad2e8b (patch) | |
tree | 6e7da257bff0695b22e6e37772b05d5697e8bf90 | |
parent | 77f2efc0b92847c3b1198446f4b520ecb2263164 (diff) | |
download | it-tools-141c12455e54e30740b3e3fbe92bb7b571ad2e8b.tar.gz it-tools-141c12455e54e30740b3e3fbe92bb7b571ad2e8b.tar.zst it-tools-141c12455e54e30740b3e3fbe92bb7b571ad2e8b.zip |
docs(changelog): update changelog for 2023.05.14-77f2efc
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1025959..d0a1e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## Version 2023.05.14-77f2efc + +### Features +- **list-converter**: a small converter who deals with column based data and do some stuff with it (#387) (83a7b3b) +- **new tool**: phone parser and normalizer (ce3150c) + +### Bug fixes +- **phone-parser**: use default country code (a43c546) +- **home**: prevent weird blue border on card (3f6c8f0) + +### Refactoring +- **ui**: replaced some n-input with c-input-text (77f2efc) + +### Chores +- **issues**: updated new tool request issue template (edae4c6) + +### Ui-lib +- **new-component**: added text input component in the c-lib (aad8d84) +- **button**: size variants (401f13f) + ## Version 2023.04.23-92bd835 ### Features |