From fddaf0cf17ae8b70a3fc14aa4e7fd8a10fae04cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Dec 2024 17:05:28 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.21.11=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.21.11](https://github.com/ForkbombEu/verifier/compare/v1.21.10...v1.21.11) (2024-12-23) ### Bug Fixes * change app launcer icon in android (was not complyant with android policy) ([c2fe1e2](https://github.com/ForkbombEu/verifier/commit/c2fe1e2299699e68e7159151d52042b887b5059f)) * splash screens backgrounds ([b078566](https://github.com/ForkbombEu/verifier/commit/b0785660c5b8aa15c34c2893dfde1dff5e64fab3)) * update android assets (splashs and icons) ([c7154fe](https://github.com/ForkbombEu/verifier/commit/c7154fead73b454aeefe8465d969d2b75acb0b27)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a61244..462baa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.21.11](https://github.com/ForkbombEu/verifier/compare/v1.21.10...v1.21.11) (2024-12-23) + + +### Bug Fixes + +* change app launcer icon in android (was not complyant with android policy) ([c2fe1e2](https://github.com/ForkbombEu/verifier/commit/c2fe1e2299699e68e7159151d52042b887b5059f)) +* splash screens backgrounds ([b078566](https://github.com/ForkbombEu/verifier/commit/b0785660c5b8aa15c34c2893dfde1dff5e64fab3)) +* update android assets (splashs and icons) ([c7154fe](https://github.com/ForkbombEu/verifier/commit/c7154fead73b454aeefe8465d969d2b75acb0b27)) + ## [1.21.10](https://github.com/ForkbombEu/verifier/compare/v1.21.9...v1.21.10) (2024-10-16) diff --git a/package.json b/package.json index 1342c18..60a2a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verifier", - "version": "1.21.10", + "version": "1.21.11", "private": true, "scripts": { "dev": "vite dev --host",