diff options
author | 2022-08-04 12:16:54 +0200 | |
---|---|---|
committer | 2022-08-04 12:16:54 +0200 | |
commit | 04a8e122be89524b3edb5460a05e4edd6bfd88d2 (patch) | |
tree | eb73bfe209f14ae58bc7968a843f8f55402c7e3d /CHANGELOG.md | |
parent | 447bdf2148098d70ba309e13d9b1e846b5064da1 (diff) | |
download | it-tools-04a8e122be89524b3edb5460a05e4edd6bfd88d2.tar.gz it-tools-04a8e122be89524b3edb5460a05e4edd6bfd88d2.tar.zst it-tools-04a8e122be89524b3edb5460a05e4edd6bfd88d2.zip |
chore(release): 2.10.1v2.10.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8339637..799b732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [2.10.1](https://github.com/CorentinTh/it-tools/compare/v2.10.0...v2.10.1) (2022-08-04) + + +### Bug Fixes + +* **bip39-generator:** cleared an issue with the mnemonic validation ([ca7cb44](https://github.com/CorentinTh/it-tools/commit/ca7cb4438972ca09f28a6a40332ec94ceaa4aab4)) +* **import:** removed auto added weird .js extension ([fda0b0c](https://github.com/CorentinTh/it-tools/commit/fda0b0ca25c1733542a4e797ac1a2150c546a660)) + + +### Refactors + +* **base64:** mutualized base64 functions into global utilities ([447bdf2](https://github.com/CorentinTh/it-tools/commit/447bdf2148098d70ba309e13d9b1e846b5064da1)) +* **chronometer:** improved chronometer precision ([e48d60b](https://github.com/CorentinTh/it-tools/commit/e48d60b1ed19279f48441743f7ed69e8fd915011)) + ## [2.10.0](https://github.com/CorentinTh/it-tools/compare/v2.9.2...v2.10.0) (2022-08-03) |