From 0f07ad539a2246d31a2c919947524c4344757158 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 26 Mar 2024 15:07:08 +0100 Subject: [PATCH] chore: release v2.7.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d3b450..6025ca1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.7.4 +## Fixes +- Added a timeout when accepting a WalletConnect request to prevent the application from +been unresponsive. + # Version 2.7.3 ## Fixes - Fixed a bug that was causing the application to not receive the WalletConnect sessions diff --git a/package.json b/package.json index 45b681ab..b94a4f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desmos-profile-manager", - "version": "2.7.3", + "version": "2.7.4", "private": true, "scripts": { "postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",