Skip to content

Commit

Permalink
chore(release): 6.5.1
Browse files Browse the repository at this point in the history
## [6.5.1](v6.5.0...v6.5.1) (2023-08-31)

### Bug Fixes

* check broadcast param as string ([887e9d9](887e9d9))
* reenable firefox ([0ccd7c7](0ccd7c7))
* rename brand ([dbfda8d](dbfda8d))
* update build assets ([47e72b4](47e72b4))

### Internal

* **release:** 6.5.0 ([3b7bc46](3b7bc46))
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent d04e149 commit 22189f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [6.5.1](https://github.com/hirosystems/wallet/compare/v6.5.0...v6.5.1) (2023-08-31)


### Bug Fixes

* check broadcast param as string ([887e9d9](https://github.com/hirosystems/wallet/commit/887e9d92c0c6ae89c8f76b7f31d53f3fcea4e017))
* reenable firefox ([0ccd7c7](https://github.com/hirosystems/wallet/commit/0ccd7c777524ff9814176d641c55aae40f9b2ca0))
* rename brand ([dbfda8d](https://github.com/hirosystems/wallet/commit/dbfda8dc2f36992a4c01414280fcbe4dd1ee039d))
* update build assets ([47e72b4](https://github.com/hirosystems/wallet/commit/47e72b4e9d608b851275fa17fcc0c416538ba48f))


### Internal

* **release:** 6.5.0 ([3b7bc46](https://github.com/hirosystems/wallet/commit/3b7bc460905e0a9a1d7ce30867e8470de2e0d453))

## [6.5.0](https://github.com/hirosystems/wallet/compare/v6.4.0...v6.5.0) (2023-08-30)


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": "@stacks/wallet-web",
"description": "Leather is browser extension for interacting with Stacks apps",
"private": true,
"version": "6.5.0",
"version": "6.5.1",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env WALLET_ENVIRONMENT=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",
Expand Down

0 comments on commit 22189f3

Please sign in to comment.