From c8fdf4fcf82bf50bfc1ebcecfd93451d34d71e35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 15:51:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.55.8=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.55.8](https://github.com/ForkbombEu/wallet/compare/v1.55.7...v1.55.8) (2024-10-17) ### Bug Fixes * accessibility issues ([#498](https://github.com/ForkbombEu/wallet/issues/498)) ([cb6dc78](https://github.com/ForkbombEu/wallet/commit/cb6dc7869a7e743f41456b0d54954e54105d01ff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c461d800..887f794e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.55.8](https://github.com/ForkbombEu/wallet/compare/v1.55.7...v1.55.8) (2024-10-17) + + +### Bug Fixes + +* accessibility issues ([#498](https://github.com/ForkbombEu/wallet/issues/498)) ([cb6dc78](https://github.com/ForkbombEu/wallet/commit/cb6dc7869a7e743f41456b0d54954e54105d01ff)) + ## [1.55.7](https://github.com/ForkbombEu/wallet/compare/v1.55.6...v1.55.7) (2024-10-14) diff --git a/package.json b/package.json index aee9c329..f4ae0af5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet", - "version": "1.55.7", + "version": "1.55.8", "private": true, "scripts": { "dev": "vite dev --host",