From 08560a3845106fa06e7ee1d2e6bb89da30a7097d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 17:31:08 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.52.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.52.0](https://github.com/ForkbombEu/wallet/compare/v1.51.1...v1.52.0) (2024-09-24) ### Features * account settings ([#451](https://github.com/ForkbombEu/wallet/issues/451)) ([aadb4b9](https://github.com/ForkbombEu/wallet/commit/aadb4b919f789570501a9fdf1f71694627d41927)), closes [#314](https://github.com/ForkbombEu/wallet/issues/314) [#452](https://github.com/ForkbombEu/wallet/issues/452) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458fbc5d..b7553b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.52.0](https://github.com/ForkbombEu/wallet/compare/v1.51.1...v1.52.0) (2024-09-24) + + +### Features + +* account settings ([#451](https://github.com/ForkbombEu/wallet/issues/451)) ([aadb4b9](https://github.com/ForkbombEu/wallet/commit/aadb4b919f789570501a9fdf1f71694627d41927)), closes [#314](https://github.com/ForkbombEu/wallet/issues/314) [#452](https://github.com/ForkbombEu/wallet/issues/452) + ## [1.51.1](https://github.com/ForkbombEu/wallet/compare/v1.51.0...v1.51.1) (2024-09-09) diff --git a/package.json b/package.json index ada9acff..b22263da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet", - "version": "1.51.1", + "version": "1.52.0", "private": true, "scripts": { "dev": "vite dev --host",