From 3a659baf4dc932598ae76f57be9ae410986e90e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2024 12:17:24 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.21.7=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.21.7](https://github.com/ForkbombEu/verifier/compare/v1.21.6...v1.21.7) (2024-10-09) ### Bug Fixes * error message on wrong login ([#80](https://github.com/ForkbombEu/verifier/issues/80)) ([328960a](https://github.com/ForkbombEu/verifier/commit/328960aa20f6a9258b0ab3e89e1f61da9f6cf8be)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e424b..2ff0e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.7](https://github.com/ForkbombEu/verifier/compare/v1.21.6...v1.21.7) (2024-10-09) + + +### Bug Fixes + +* error message on wrong login ([#80](https://github.com/ForkbombEu/verifier/issues/80)) ([328960a](https://github.com/ForkbombEu/verifier/commit/328960aa20f6a9258b0ab3e89e1f61da9f6cf8be)) + ## [1.21.6](https://github.com/ForkbombEu/verifier/compare/v1.21.5...v1.21.6) (2024-10-08) diff --git a/package.json b/package.json index 4325ea2..b79a6e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verifier", - "version": "1.21.6", + "version": "1.21.7", "private": true, "scripts": { "dev": "vite dev --host",