Skip to content

Commit

Permalink
chore: update version to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huanniangstudio committed Mar 8, 2024
1 parent ef87ffe commit ea174e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unisat-extension",
"version": "1.2.7",
"version": "1.2.8",
"private": true,
"homepage": "https://github.com/unisat-wallet/extension#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# UniSat Wallet Release Notes

## v1.2.8

- The unisat.sendBitcoin method has added a memo parameter, increasing OP_RETURN output when sending btc.
- A new unisat.getBitcoinUtxos method has been added, through which the developers can get users UTXO without inscription assets.
- A new unisat.signData method has been added, through which the developers can have users participate in multi-signature.

## v1.2.7

- Allowing decimal inputs when inscribing BRC20 TRANSFER.
Expand Down

0 comments on commit ea174e8

Please sign in to comment.