Skip to content

Commit

Permalink
chore(release): 6.35.1
Browse files Browse the repository at this point in the history
## [6.35.1](v6.35.0...v6.35.1) (2024-04-20)

### Bug Fixes

* bitcoin fees missing isloading ([7fcb417](7fcb417))
* default to custom fee when no fees ([6022122](6022122))
* fix bug with sending ordinals from ledger, [#ref](https://github.com/leather-wallet/extension/issues/ref) 5253 ([06aef60](06aef60))
* multiple recipient fee calc ([4b34089](4b34089))

### Internal

* add package installation instructions to readme ([f050237](f050237))
* enable runes for mainnet ([fbf2062](fbf2062))
* enable runes on mainnet ([0a17ad0](0a17ad0))
* fix alignment of PSBT copy, ref [#5260](#5260) ([b9d8c9c](b9d8c9c))
* post-release merge back ([3ad2b50](3ad2b50))
* post-release merge back ([448c4c0](448c4c0))
* update README ([f695261](f695261))
  • Loading branch information
semantic-release-bot committed Apr 20, 2024
1 parent 469c5e9 commit 69cc924
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [6.35.1](https://github.com/leather-wallet/extension/compare/v6.35.0...v6.35.1) (2024-04-20)


### Bug Fixes

* bitcoin fees missing isloading ([7fcb417](https://github.com/leather-wallet/extension/commit/7fcb4175a7ef3dc48f853ac6206bb0e4da20f46c))
* default to custom fee when no fees ([6022122](https://github.com/leather-wallet/extension/commit/602212212a0ca6da02259572a9f1af55bd5ede96))
* fix bug with sending ordinals from ledger, [#ref](https://github.com/leather-wallet/extension/issues/ref) 5253 ([06aef60](https://github.com/leather-wallet/extension/commit/06aef609614b775aec0e953a294230fa0065aabc))
* multiple recipient fee calc ([4b34089](https://github.com/leather-wallet/extension/commit/4b34089d03cf3556b734937e1532bff16f70ccbf))


### Internal

* add package installation instructions to readme ([f050237](https://github.com/leather-wallet/extension/commit/f0502371b9d8c31f902fa895e411ddee57e9c62d))
* enable runes for mainnet ([fbf2062](https://github.com/leather-wallet/extension/commit/fbf2062a33cb21cca84e483c40743f5c740deede))
* enable runes on mainnet ([0a17ad0](https://github.com/leather-wallet/extension/commit/0a17ad01e5e63ab0fbc51a267412721fe1b310ff))
* fix alignment of PSBT copy, ref [#5260](https://github.com/leather-wallet/extension/issues/5260) ([b9d8c9c](https://github.com/leather-wallet/extension/commit/b9d8c9ce17ce748c3801d0db28058c0d6a5e3bfb))
* post-release merge back ([3ad2b50](https://github.com/leather-wallet/extension/commit/3ad2b50b81420cf87fd14d0a7e4c28fcbc6dc39a))
* post-release merge back ([448c4c0](https://github.com/leather-wallet/extension/commit/448c4c0596fe9708efd60eb850c9d8ce94bc6858))
* update README ([f695261](https://github.com/leather-wallet/extension/commit/f695261b3a8847908dd5ce22eff5ae78e19bc01d))

## [6.35.0](https://github.com/leather-wallet/extension/compare/v6.34.0...v6.35.0) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather-wallet/extension",
"description": "Leather is a browser extension for interacting with Stacks apps",
"private": true,
"version": "6.35.0",
"version": "6.35.1",
"packageManager": "pnpm@8.15.4",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit 69cc924

Please sign in to comment.