diff options
Diffstat (limited to 'packages/contract-wrappers/CHANGELOG.md')
-rw-r--r-- | packages/contract-wrappers/CHANGELOG.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/packages/contract-wrappers/CHANGELOG.md b/packages/contract-wrappers/CHANGELOG.md index 822d0b486..feb4b8868 100644 --- a/packages/contract-wrappers/CHANGELOG.md +++ b/packages/contract-wrappers/CHANGELOG.md @@ -1,29 +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.1.1 - _July 18, 2018_ +## v1.0.0 - _July 23, 2018_ * Dependencies updated -## v0.1.0 - _July 9, 2018_ +## v1.0.0-rc.1 - _July 20, 2018_ - * Update Blockstream dep. to V5.0 and no longer force unsubscribe on blockstream error (which are not recoverable) + * Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815) + * Update to v2 of 0x rpotocol (#822) -## v0.0.5 - _June 19, 2018_ +## v0.1.1 - _July 18, 2018_ * Dependencies updated -## v0.0.4 - _May 29, 2018_ +## v0.0.5 - _June 19, 2018_ * Dependencies updated -## v0.0.3 - _May 29, 2018_ +## v0.0.4 - _May 29, 2018_ - * Dependencies updated + * Expose 'abi' ContractAbi property on all contract wrappers ## v0.0.2 - _May 22, 2018_ |