diff options
author | 2022-06-01 08:50:10 +0200 | |
---|---|---|
committer | 2022-06-01 08:50:10 +0200 | |
commit | af0b02d3a88bb458512319fcca826c01fe709551 (patch) | |
tree | 9613a5fe3b0cee0445b723e35ee00b4b8281f09b | |
parent | a46d125c19902c2f41f37c62c07bb7b548d9f6f0 (diff) | |
download | it-tools-2.4.2.tar.gz it-tools-2.4.2.tar.zst it-tools-2.4.2.zip |
chore(release): 2.4.2v2.4.2
-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 baafbac..c6c23b9 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.4.2](https://github.com/CorentinTh/it-tools/compare/v2.4.1...v2.4.2) (2022-06-01) + + +### Refactors + +* **config:** added config management with figue ([6becdbb](https://github.com/CorentinTh/it-tools/commit/6becdbb42329e1bdecf158707e37ba9f13ba1d2c)) +* **imports:** removed useless defineProps import ([5ce1262](https://github.com/CorentinTh/it-tools/commit/5ce1262fb44864b829dac09d5c0b9b68d522ceb7)) +* set coerent head title for home page ([a46d125](https://github.com/CorentinTh/it-tools/commit/a46d125c19902c2f41f37c62c07bb7b548d9f6f0)) + ### [2.4.1](https://github.com/CorentinTh/it-tools/compare/v2.4.0...v2.4.1) (2022-05-15) diff --git a/package-lock.json b/package-lock.json index c41d000..cfc1906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "it-tools", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "it-tools", - "version": "2.4.1", + "version": "2.4.2", "dependencies": { "@it-tools/bip39": "^0.0.4", "@vicons/material": "^0.12.0", diff --git a/package.json b/package.json index a8c6f5c..5d2ac76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-tools", - "version": "2.4.1", + "version": "2.4.2", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", |