Skip to content

Commit ea174e8

Browse files
committed
chore: update version to v1.2.8
1 parent ef87ffe commit ea174e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unisat-extension",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"private": true,
55
"homepage": "https://github.com/unisat-wallet/extension#readme",
66
"bugs": {

release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# UniSat Wallet Release Notes
22

3+
## v1.2.8
4+
5+
- The unisat.sendBitcoin method has added a memo parameter, increasing OP_RETURN output when sending btc.
6+
- A new unisat.getBitcoinUtxos method has been added, through which the developers can get users UTXO without inscription assets.
7+
- A new unisat.signData method has been added, through which the developers can have users participate in multi-signature.
8+
39
## v1.2.7
410

511
- Allowing decimal inputs when inscribing BRC20 TRANSFER.

0 commit comments

Comments
 (0)