Skip to content

Commit

Permalink
chore(release): 4.1.3
Browse files Browse the repository at this point in the history
## [4.1.3](v4.1.2...v4.1.3) (2021-05-04)

### Bug Fixes

* nonce logic ([c09b09d](c09b09d))
* send disabled when null tx ([7e5b450](7e5b450))
* **ledger:** prevent error when closing macOS window, closes [#723](#723) ([83c7ca2](83c7ca2))
* display where wallet's data is ([acf305d](acf305d))
* duration pw is in memory ([bb71f4f](bb71f4f))
* remove pending tx balance, closes [#591](#591), [#657](#657) ([22127eb](22127eb))
* support windows 7 ([54cfc33](54cfc33))
  • Loading branch information
semantic-release-bot committed May 4, 2021
1 parent 20db857 commit 6fe12f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.1.3](https://github.com/blockstack/stacks-wallet/compare/v4.1.2...v4.1.3) (2021-05-04)


### Bug Fixes

* nonce logic ([c09b09d](https://github.com/blockstack/stacks-wallet/commit/c09b09d3ae359d072ec4cf03a9ee2b4f05122075))
* send disabled when null tx ([7e5b450](https://github.com/blockstack/stacks-wallet/commit/7e5b450297bee66e3dc63444dffedd8ad62de6df))
* **ledger:** prevent error when closing macOS window, closes [#723](https://github.com/blockstack/stacks-wallet/issues/723) ([83c7ca2](https://github.com/blockstack/stacks-wallet/commit/83c7ca2f4f1ee29b84516fbf410dcda9e7a1f43a))
* display where wallet's data is ([acf305d](https://github.com/blockstack/stacks-wallet/commit/acf305dd1fa30c4cbfa64d5d2df393631c9681cf))
* duration pw is in memory ([bb71f4f](https://github.com/blockstack/stacks-wallet/commit/bb71f4f051002b92f5f4509f573d8d59a3a868a0))
* remove pending tx balance, closes [#591](https://github.com/blockstack/stacks-wallet/issues/591), [#657](https://github.com/blockstack/stacks-wallet/issues/657) ([22127eb](https://github.com/blockstack/stacks-wallet/commit/22127eb6db215e6f52300285416d2a4dc24ddc68))
* support windows 7 ([54cfc33](https://github.com/blockstack/stacks-wallet/commit/54cfc3306fab4c8f8ab436ad0a7e4dc01028d981))

## [4.1.2](https://github.com/blockstack/stacks-wallet/compare/v4.1.1...v4.1.2) (2021-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stacks-wallet",
"version": "4.1.2",
"version": "4.1.3",
"description": "Stacks Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://hiro.so/wallet",
Expand Down

0 comments on commit 6fe12f2

Please sign in to comment.