Skip to content

Commit

Permalink
chore(release): 4.7.0
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.1...v4.7.0) (2022-12-14)

### Bug Fixes

* add missing space ([d212f21](d212f21))
* initialize sentry after loading store and checking for diagnosticPermission ([a31309e](a31309e))
* remove sentry from main process ([57ae218](57ae218))
* **send-form:** incorrect fee calc in send max button ([7d2002b](7d2002b))

### Features

* add segment integration ([2e72a3c](2e72a3c)), closes [#928](#928)
  • Loading branch information
semantic-release-bot committed Dec 14, 2022
1 parent 6f46864 commit 99dc3ac
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 @@
# [4.7.0](https://github.com/blockstack/stacks-wallet/compare/v4.6.1...v4.7.0) (2022-12-14)


### Bug Fixes

* add missing space ([d212f21](https://github.com/blockstack/stacks-wallet/commit/d212f21586de2439bcdecf83f2c3c61c6d26f9ac))
* initialize sentry after loading store and checking for diagnosticPermission ([a31309e](https://github.com/blockstack/stacks-wallet/commit/a31309e690a6b839650f71b6231fc520c232f5d0))
* remove sentry from main process ([57ae218](https://github.com/blockstack/stacks-wallet/commit/57ae218d8ab1b5c0b4ed428ebc3cd67446c43b22))
* **send-form:** incorrect fee calc in send max button ([7d2002b](https://github.com/blockstack/stacks-wallet/commit/7d2002b382cad002e5f7a39d9e373227dfb9312d))


### Features

* add segment integration ([2e72a3c](https://github.com/blockstack/stacks-wallet/commit/2e72a3cf44651ae2a40c9c8d9b71c00b48a8ea6f)), closes [#928](https://github.com/blockstack/stacks-wallet/issues/928)

# [4.7.0-dev.3](https://github.com/blockstack/stacks-wallet/compare/v4.7.0-dev.2...v4.7.0-dev.3) (2022-12-09)


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.7.0-dev.3",
"version": "4.7.0",
"description": "Hiro Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://hiro.so/wallet",
Expand Down

0 comments on commit 99dc3ac

Please sign in to comment.