summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-06-02 01:00:49 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-06-02 01:00:49 +0200
commit7a01af1c1448cd48e9643d11affb84b341694ea5 (patch)
tree577cafe77debe5bf340bd42ce0aae795a28c1481
parentc2e1d59cb9d8dbb1bb072a46100192cb8c59f59b (diff)
downloadit-tools-2.5.1.tar.gz
it-tools-2.5.1.tar.zst
it-tools-2.5.1.zip
chore(release): 2.5.1v2.5.1
-rw-r--r--CHANGELOG.md10
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e23a87..240a2a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.5.1](https://github.com/CorentinTh/it-tools/compare/v2.5.0...v2.5.1) (2022-06-01)
+
+
+### Bug Fixes
+
+* **lint:** missing dangling comma ([f05c8e1](https://github.com/CorentinTh/it-tools/commit/f05c8e1dc69275e529f4c8771ad55ba211e7fb5e))
+* menu label key value was undefined ([f48cd05](https://github.com/CorentinTh/it-tools/commit/f48cd058cf3381f3bc92ea8fe37b565327707d1e))
+* **title:** trully reactive tool title ([c2e1d59](https://github.com/CorentinTh/it-tools/commit/c2e1d59cb9d8dbb1bb072a46100192cb8c59f59b))
+* tool sorting inconsistencies in home page ([5ab4dd3](https://github.com/CorentinTh/it-tools/commit/5ab4dd3d4a42c3609d72597c7ba91764170e6e96))
+
## [2.5.0](https://github.com/CorentinTh/it-tools/compare/v2.4.2...v2.5.0) (2022-06-01)
diff --git a/package-lock.json b/package-lock.json
index 54a6184..326f27e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "it-tools",
- "version": "2.5.0",
+ "version": "2.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "it-tools",
- "version": "2.5.0",
+ "version": "2.5.1",
"dependencies": {
"@it-tools/bip39": "^0.0.4",
"@vicons/material": "^0.12.0",
diff --git a/package.json b/package.json
index 444f147..260699c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "it-tools",
- "version": "2.5.0",
+ "version": "2.5.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",