Skip to content

Commit bdde723

Browse files
authored
chore: post-release merge back
2 parents 7de260e + 8c532b5 commit bdde723

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [6.60.0](https://github.com/leather-io/extension/compare/v6.59.2...v6.60.0) (2025-01-28)
2+
3+
4+
### Features
5+
6+
* **signPsbt:** add txid to return payload, closes [#5292](https://github.com/leather-io/extension/issues/5292) ([c19a902](https://github.com/leather-io/extension/commit/c19a90219cc6f13e5f1731a948612fe8cae9d11d))
7+
8+
9+
### Bug Fixes
10+
11+
* allow users to send btc to themselves, ref leather-io/extension[#5349](https://github.com/leather-io/extension/issues/5349) ([a04841d](https://github.com/leather-io/extension/commit/a04841d3804836021faa33534e84bd5024db41ed))
12+
* go close ledger action navigation, LEA-2078 ([a950b32](https://github.com/leather-io/extension/commit/a950b3241aefec4f6e4ee6bb233b540858644a74))
13+
* **rpc:** use SIP-30 format for `stx_signTransaction` ([99b84d3](https://github.com/leather-io/extension/commit/99b84d3cc1debc48bdd8127a34a002c5ccab0392))
14+
* sbtc swap validation ([7de260e](https://github.com/leather-io/extension/commit/7de260ef6ee2fdcc2d08849a866a27b2da804512))
15+
* stx available balance issues ([6f054bb](https://github.com/leather-io/extension/commit/6f054bb328377f0d598f6bd8e9b3a67ca9c0b0ea))
16+
17+
18+
### Internal
19+
20+
* post-release merge back ([2b43e49](https://github.com/leather-io/extension/commit/2b43e4998240ca0bd9a08b275053033e9f3d5461))
21+
* update path-to-regexp to fix ci audit ([9e4544d](https://github.com/leather-io/extension/commit/9e4544d0a3ba84ce18f268245526383a52824c6e))
22+
* upgrade utils package ([6e6d17e](https://github.com/leather-io/extension/commit/6e6d17e8dc9c2b6bb4ad4b217a04a4e8ec7e4def))
23+
124
## [6.59.2](https://github.com/leather-io/extension/compare/v6.59.1...v6.59.2) (2025-01-17)
225

326

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/extension",
33
"description": "Leather is a browser extension for interacting with Stacks apps",
44
"private": true,
5-
"version": "6.59.2",
5+
"version": "6.60.0",
66
"packageManager": "pnpm@9.11.0",
77
"author": {
88
"name": "Leather Wallet LLC"

0 commit comments

Comments
 (0)