From 04a8e122be89524b3edb5460a05e4edd6bfd88d2 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Thu, 4 Aug 2022 12:16:54 +0200 Subject: [PATCH] chore(release): 2.10.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83396370..799b7323 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) diff --git a/package-lock.json b/package-lock.json index 1cec3d5a..6a1df9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "it-tools", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "it-tools", - "version": "2.10.0", + "version": "2.10.1", "license": "GNU GPLv3", "dependencies": { "@it-tools/bip39": "^0.0.4", diff --git a/package.json b/package.json index 7c06c532..b6e0d4f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2.10.0", + "version": "2.10.1", "description": "Collection of handy online tools for developers, with great UX. ", "keywords": [ "productivity",