Skip to content

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2021-01-27)

### Bug Fixes

* calculate nonce, closes [#513](#513), [#552](#552) ([6180fbf](6180fbf))
* remove slack in path ([5f9ad59](5f9ad59))
* stacking fee adjustment ([327191e](327191e))
* support mnemonics formatted in many ways, closes [#538](#538) ([9076b34](9076b34))
* update coinmarketcap Stacks URL ([29f4c43](29f4c43))
* update recieve address flow ([604b85c](604b85c))
  • Loading branch information
semantic-release-bot committed Jan 27, 2021
1 parent 5f9ad59 commit 04ce1a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.4](https://github.com/blockstack/stacks-wallet/compare/v4.0.3...v4.0.4) (2021-01-27)


### Bug Fixes

* calculate nonce, closes [#513](https://github.com/blockstack/stacks-wallet/issues/513), [#552](https://github.com/blockstack/stacks-wallet/issues/552) ([6180fbf](https://github.com/blockstack/stacks-wallet/commit/6180fbf1236ff470b5602f21ffeffd50448a770c))
* remove slack in path ([5f9ad59](https://github.com/blockstack/stacks-wallet/commit/5f9ad5980e17bdf3070172c4239949bf915d808a))
* stacking fee adjustment ([327191e](https://github.com/blockstack/stacks-wallet/commit/327191efc70109985123f6d08150963896496119))
* support mnemonics formatted in many ways, closes [#538](https://github.com/blockstack/stacks-wallet/issues/538) ([9076b34](https://github.com/blockstack/stacks-wallet/commit/9076b34ac203897181525d7dba7b694c0f12f3b6))
* update coinmarketcap Stacks URL ([29f4c43](https://github.com/blockstack/stacks-wallet/commit/29f4c43c42f91b61a79896aea73ed94df37f8ac0))
* update recieve address flow ([604b85c](https://github.com/blockstack/stacks-wallet/commit/604b85c051779cae55de86e626f76a57c748b20f))

## [4.0.3](https://github.com/blockstack/stacks-wallet/compare/v4.0.2...v4.0.3) (2021-01-20)


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.0.3",
"version": "4.0.4",
"description": "Stacks Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://www.blockstack.org/testnet-wallet",
Expand Down

0 comments on commit 04ce1a9

Please sign in to comment.