Skip to content

Commit

Permalink
chore(release): 6.62.0
Browse files Browse the repository at this point in the history
## [6.62.0](v6.61.0...v6.62.0) (2025-02-17)

### Features

* add item to spam filter ([53c7fdf](53c7fdf))
* **rpc:** stx_transferStx method support, closes LEA-1966 ([9e27507](9e27507))
* stx deploy contract, closes LEA-1956 ([7a2154e](7a2154e))

### Bug Fixes

* add default for post condition mode ([ec3fe92](ec3fe92))
* call contract types ([9ae8f79](9ae8f79))

### Internal

* post-release merge back ([463604c](463604c))
* rename stx sign transaction ([526c58f](526c58f))
* rpc package usage ([8ba2a9e](8ba2a9e))
* share rpc sip30 broadcast tx ([aa75d72](aa75d72))
  • Loading branch information
semantic-release-bot committed Feb 17, 2025
1 parent d82bc43 commit cb99fa3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [6.62.0](https://github.com/leather-io/extension/compare/v6.61.0...v6.62.0) (2025-02-17)


### Features

* add item to spam filter ([53c7fdf](https://github.com/leather-io/extension/commit/53c7fdf36b224ca116de0b3627b743238e438a58))
* **rpc:** stx_transferStx method support, closes LEA-1966 ([9e27507](https://github.com/leather-io/extension/commit/9e275076f279d03093e7db75b81ed592146747b7))
* stx deploy contract, closes LEA-1956 ([7a2154e](https://github.com/leather-io/extension/commit/7a2154e30d9a7243d6b4ded891fe01b7403a9dde))


### Bug Fixes

* add default for post condition mode ([ec3fe92](https://github.com/leather-io/extension/commit/ec3fe928593ff338c4ac6decf68458c1c45cabf1))
* call contract types ([9ae8f79](https://github.com/leather-io/extension/commit/9ae8f799df15c032d166c9f5973a1a568bf4d510))


### Internal

* post-release merge back ([463604c](https://github.com/leather-io/extension/commit/463604c1c3df9c06e0414f4b4e5764d374cb7528))
* rename stx sign transaction ([526c58f](https://github.com/leather-io/extension/commit/526c58f941677efdf3c4f80b01fff050c4d0ab2f))
* rpc package usage ([8ba2a9e](https://github.com/leather-io/extension/commit/8ba2a9ec9db561486f4c4b0f39bf1fde6fab5933))
* share rpc sip30 broadcast tx ([aa75d72](https://github.com/leather-io/extension/commit/aa75d72075cab846f9fa6825453b5d5a135825b7))

## [6.61.0](https://github.com/leather-io/extension/compare/v6.60.1...v6.61.0) (2025-02-12)


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.io/extension",
"description": "Leather is a browser extension for interacting with Stacks apps",
"private": true,
"version": "6.61.0",
"version": "6.62.0",
"packageManager": "[email protected]",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit cb99fa3

Please sign in to comment.