From 768241c544509ab4f5d9a3d716dbf572864de503 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 10:55:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.21.2=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.21.2](https://github.com/ForkbombEu/verifier/compare/v1.21.1...v1.21.2) (2024-09-17) ### Bug Fixes * qr code shoul encode an intent url, not a json ([#71](https://github.com/ForkbombEu/verifier/issues/71)) ([0dcbfbe](https://github.com/ForkbombEu/verifier/commit/0dcbfbe99697f1c138a080bff21f4dee457e8e7c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8877eea..70360e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.2](https://github.com/ForkbombEu/verifier/compare/v1.21.1...v1.21.2) (2024-09-17) + + +### Bug Fixes + +* qr code shoul encode an intent url, not a json ([#71](https://github.com/ForkbombEu/verifier/issues/71)) ([0dcbfbe](https://github.com/ForkbombEu/verifier/commit/0dcbfbe99697f1c138a080bff21f4dee457e8e7c)) + ## [1.21.1](https://github.com/ForkbombEu/verifier/compare/v1.21.0...v1.21.1) (2024-09-10) diff --git a/package.json b/package.json index 321cbe3..b41bce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verifier", - "version": "1.21.1", + "version": "1.21.2", "private": true, "scripts": { "dev": "vite dev --host",