From 537a2208bdf6f66675d872494ac6143c3375f257 Mon Sep 17 00:00:00 2001 From: Doug Richar Date: Mon, 4 Dec 2023 01:38:03 -0500 Subject: [PATCH] chore: release v3.0.0-alpha.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4b4a9b..14498e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet-js", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "description": "TypeScript library for integrating Algorand wallets into decentralized applications", "main": "./dist/index.js", "module": "./dist/index.js",