diff --git a/CHANGELOG.md b/CHANGELOG.md index 957bcca4..bead83af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Removed +## [0.7.6](https://github.com/balance-io/balance-manager/releases/tag/0.7.6) + +### Changed +* Fixes for Shapeshift incoming transaction status check + ## [0.7.5](https://github.com/balance-io/balance-manager/releases/tag/0.7.5) ### Changed diff --git a/package.json b/package.json index d96cf249..6ced73f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balance-manager", "description": "Ethereum Wallet Manager Interface for MetaMask, Ledger, Trezor and WalletConnect", - "version": "0.7.5", + "version": "0.7.6", "author": "Pedro Gomes ", "license": "GPL-3", "homepage": "https://manager.balance.io", @@ -17,7 +17,7 @@ "@ledgerhq/hw-app-eth": "^4.7.3", "@ledgerhq/hw-transport-u2f": "^4.7.3", "axios": "^0.18.0", - "balance-common": "^0.4.15", + "balance-common": "^0.4.16", "bignumber.js": "^7.0.1", "bowser": "^2.0.0-alpha.4", "ethereumjs-tx": "^1.3.4", diff --git a/yarn.lock b/yarn.lock index d6cbb0cb..f3dcd011 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1209,9 +1209,9 @@ babylon@^6.17.0, babylon@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" -balance-common@^0.4.15: - version "0.4.15" - resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.4.15.tgz#4eb0d2f22564c333940818044b2685e81aae8167" +balance-common@^0.4.16: + version "0.4.16" + resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.4.16.tgz#c2a095c91c3a9e243847a4c05d794456f78367a7" dependencies: axios "^0.18.0" bignumber.js "^7.0.1"