diff options
author | 2022-08-14 10:55:06 +0200 | |
---|---|---|
committer | 2022-08-14 10:55:06 +0200 | |
commit | cf5e4d9056cd5031da5b2a58f17b4da6ddac537e (patch) | |
tree | ed81f2a99e918649e9cbceaaa3ae22fcfecf6d51 | |
parent | 992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6 (diff) | |
download | it-tools-cf5e4d9056cd5031da5b2a58f17b4da6ddac537e.tar.gz it-tools-cf5e4d9056cd5031da5b2a58f17b4da6ddac537e.tar.zst it-tools-cf5e4d9056cd5031da5b2a58f17b4da6ddac537e.zip |
chore(release): 2.10.3v2.10.3
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a153388..35c1b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3](https://github.com/CorentinTh/it-tools/compare/v2.10.2...v2.10.3) (2022-08-14) + + +### Refactors + +* **share:** new share banner ([fcf4cfe](https://github.com/CorentinTh/it-tools/commit/fcf4cfe64d4c1c3814137c8ff23b83a1ca0d502d)) +* **share:** updated twitter meta tags ([992f96b](https://github.com/CorentinTh/it-tools/commit/992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6)) +* **validation:** simplified validation management with helpers ([f54223f](https://github.com/CorentinTh/it-tools/commit/f54223fb0aaedbd101b5d3dc4176053533bb936a)) + ### [2.10.2](https://github.com/CorentinTh/it-tools/compare/v2.10.1...v2.10.2) (2022-08-04) diff --git a/package-lock.json b/package-lock.json index 15a8091..12b3564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "it-tools", - "version": "2.10.2", + "version": "2.10.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "it-tools", - "version": "2.10.2", + "version": "2.10.3", "license": "GNU GPLv3", "dependencies": { "@it-tools/bip39": "^0.0.4", diff --git a/package.json b/package.json index 22736df..cc87f7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2.10.2", + "version": "2.10.3", "description": "Collection of handy online tools for developers, with great UX. ", "keywords": [ "productivity", |