From dc768561f73baf2b6245f04638e6231df69218e9 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 16 Apr 2022 21:02:40 +0200 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81238ab..f5323e70 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 654b5111..abda078e 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 cfd0f7ab..9fb58270 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",