diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-07-26 01:33:13 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-07-26 01:33:13 +0800 |
commit | da4b70fcae1da2c35905a30b79707b3f27b9fa3a (patch) | |
tree | 65dbdb8f75c8e93cd788149610522f5bf5ada643 /packages/subproviders/CHANGELOG.md | |
parent | ad4c2b95e4722e6d227c26f436bedf7b06f5356a (diff) | |
parent | 05b35c0fdcbca7980d4195e96ec791c1c2d13398 (diff) | |
download | dexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.tar.gz dexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.tar.zst dexon-0x-contracts-da4b70fcae1da2c35905a30b79707b3f27b9fa3a.zip |
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/web3-wrapper/unexport-marshaller
Diffstat (limited to 'packages/subproviders/CHANGELOG.md')
-rw-r--r-- | packages/subproviders/CHANGELOG.md | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/packages/subproviders/CHANGELOG.md b/packages/subproviders/CHANGELOG.md index c433721eb..0f27e792e 100644 --- a/packages/subproviders/CHANGELOG.md +++ b/packages/subproviders/CHANGELOG.md @@ -1,25 +1,30 @@ <!-- -This file is auto-generated using the monorepo-scripts package. Don't edit directly. +changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly. Edit the package's CHANGELOG.json file only. --> CHANGELOG -## v0.10.6 - _July 18, 2018_ +## v1.0.1 - _July 23, 2018_ * Dependencies updated -## v0.10.5 - _July 9, 2018_ +## v1.0.0 - _July 20, 2018_ + + * Add `RpcSubprovider` with timeout (#874) + * Add `EthLightwalletSubprovider` (#775) - * Update web3-provider-engine to v14.0.6 including the leaked global.XMLHttpRequest bug fix +## v0.10.6 - _July 18, 2018_ + + * Dependencies updated ## v0.10.4 - _June 19, 2018_ * Dependencies updated -## v0.10.3 - _June 1, 2018_ +## v0.10.3 - _May 22, 2018_ - * Incorrect publish that was unpublished + * Define engine type as Provider in setEngine (#675) ## v0.10.2 - _May 22, 2018_ |