From c872f39ea38a6b1b7730924b20bca69b9757af02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Oct 2024 11:06:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.21.10=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.21.10](https://github.com/ForkbombEu/verifier/compare/v1.21.9...v1.21.10) (2024-10-16) ### Bug Fixes * stack qr code and info vertically ([#88](https://github.com/ForkbombEu/verifier/issues/88)) ([a1e6cc1](https://github.com/ForkbombEu/verifier/commit/a1e6cc13448b159e76867828018355ccaf5d4189)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef87fd2..8a61244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.10](https://github.com/ForkbombEu/verifier/compare/v1.21.9...v1.21.10) (2024-10-16) + + +### Bug Fixes + +* stack qr code and info vertically ([#88](https://github.com/ForkbombEu/verifier/issues/88)) ([a1e6cc1](https://github.com/ForkbombEu/verifier/commit/a1e6cc13448b159e76867828018355ccaf5d4189)) + ## [1.21.9](https://github.com/ForkbombEu/verifier/compare/v1.21.8...v1.21.9) (2024-10-09) diff --git a/package.json b/package.json index 6f0fce4..939e793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verifier", - "version": "1.21.9", + "version": "1.21.10", "private": true, "scripts": { "dev": "vite dev --host",