aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 21:02:40 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 21:02:40 +0200
commitdc768561f73baf2b6245f04638e6231df69218e9 (patch)
tree415f4fc667cbb23975482aa54537ffc94595731f
parenta58ae24d9409728ac12fb780f2c64643087de5be (diff)
downloadit-tools-dc768561f73baf2b6245f04638e6231df69218e9.tar.gz
it-tools-dc768561f73baf2b6245f04638e6231df69218e9.tar.zst
it-tools-dc768561f73baf2b6245f04638e6231df69218e9.zip
chore(release): 2.0.1v2.0.1
-rw-r--r--CHANGELOG.md25
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 28 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f81238a..f5323e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
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.0.1](https://github.com/CorentinTh/it-tools/compare/v2.0.0...v2.0.1) (2022-04-16)
+
+
+### Features
+
+* **config:** added vercel.json ([2e046ad](https://github.com/CorentinTh/it-tools/commit/2e046ad09fed4a55bbf4449e3683a4150839c461))
+
+
+### Bug Fixes
+
+* remove duplicate property ([d066319](https://github.com/CorentinTh/it-tools/commit/d066319b45dee35df0212c7ff407013bd7449ae3))
+* **style:** url encode/decode layout ([34480b4](https://github.com/CorentinTh/it-tools/commit/34480b4e25ffc33536b03a0ba711c480219ad553))
+
+
+### Documentation
+
+* updated description ([70a3df0](https://github.com/CorentinTh/it-tools/commit/70a3df044ea86ac35c1839ac5ab624f694fdd845))
+
+
+### Refactors
+
+* clean imports ([724e142](https://github.com/CorentinTh/it-tools/commit/724e142222202798ea3df7d0fb34da1e7a5216a1))
+* lint fix ([a58ae24](https://github.com/CorentinTh/it-tools/commit/a58ae24d9409728ac12fb780f2c64643087de5be))
+* ref name ([5828085](https://github.com/CorentinTh/it-tools/commit/582808597c6aadf0feb48f6aae0a29b839e0dd54))
+
## 2.0.0 (2022-04-16)
diff --git a/package-lock.json b/package-lock.json
index 654b511..abda078 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "it-tools",
- "version": "2.0.0",
+ "version": "2.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "it-tools",
- "version": "2.0.0",
+ "version": "2.0.1",
"dependencies": {
"@it-tools/bip39": "^0.0.4",
"@vicons/material": "^0.12.0",
diff --git a/package.json b/package.json
index cfd0f7a..9fb5827 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "it-tools",
- "version": "2.0.0",
+ "version": "2.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",