Skip to content

Commit

Permalink
chore(release): 3.7.1
Browse files Browse the repository at this point in the history
## [3.7.1](leather-io/extension@v3.7.0...v3.7.1) (2022-04-25)

### Bug Fixes

* bug where wallet doesn't sign out, closes [leather-io#2341](leather-io#2341) ([5d6d52d](leather-io@5d6d52d))
* create account drawer to toast ([db7cbf3](leather-io@db7cbf3))
* switch account drawer ([1d59e69](leather-io@1d59e69))
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent 2948f5c commit 14f2045
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.7.1](https://github.com/hirosystems/stacks-wallet-web/compare/v3.7.0...v3.7.1) (2022-04-25)


### Bug Fixes

* bug where wallet doesn't sign out, closes [#2341](https://github.com/hirosystems/stacks-wallet-web/issues/2341) ([5d6d52d](https://github.com/hirosystems/stacks-wallet-web/commit/5d6d52d745d5ad58215c16c63f5bce9a609ee3aa))
* create account drawer to toast ([db7cbf3](https://github.com/hirosystems/stacks-wallet-web/commit/db7cbf38fb978a32eecd2105e3196f5ca79be762))
* switch account drawer ([1d59e69](https://github.com/hirosystems/stacks-wallet-web/commit/1d59e69d515100df27ad08ce57727e272d0875c0))

# [3.7.0](https://github.com/hirosystems/stacks-wallet-web/compare/v3.6.1...v3.7.0) (2022-04-06)


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": "The Hiro Wallet is browser extension for interacting with Stacks apps.",
"private": true,
"version": "3.7.0",
"version": "3.7.1",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "concurrently --raw 'node webpack/dev-server.js' 'redux-devtools --hostname=localhost --port=8000'",
Expand Down

0 comments on commit 14f2045

Please sign in to comment.