From 15c4dba66d22d93339713ffa873f9be1a0aaadc3 Mon Sep 17 00:00:00 2001 From: hunaniangstudio <891863891@qq.com> Date: Thu, 12 Oct 2023 14:53:09 +0800 Subject: [PATCH] chore: update version to v1.1.32 --- package.json | 2 +- release-notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 212dee0f..34381933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unisat-extension", - "version": "1.1.31", + "version": "1.1.32", "private": true, "homepage": "https://github.com/unisat-wallet/extension#readme", "bugs": { diff --git a/release-notes.md b/release-notes.md index f12070f5..3da378f6 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,10 @@ # UniSat Wallet Release Notes +## v1.1.32 +- Support .btc as recipient address +- Support recovery from OrdinalsWallet + ## v1.1.31 - Support .x as recipient address - Fix the signature error of P2TR #86