chore(release): 2.4.2

This commit is contained in:
Corentin Thomasset 2022-06-01 08:50:10 +02:00
parent a46d125c19
commit af0b02d3a8
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C
3 changed files with 12 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "it-tools",
"version": "2.4.1",
"version": "2.4.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",