diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-02-17 00:49:02 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-02-17 00:49:02 +0800 |
commit | d12352972e986635e188759abc45f28f31ec54c2 (patch) | |
tree | 17daab87479a66bc9fd97c345bf0367304ab64d3 /packages/web3-typescript-typings | |
parent | 03d3d84db30810ba1781e3bfe95fd98fb9ed5d36 (diff) | |
download | dexon-0x-contracts-d12352972e986635e188759abc45f28f31ec54c2.tar.gz dexon-0x-contracts-d12352972e986635e188759abc45f28f31ec54c2.tar.zst dexon-0x-contracts-d12352972e986635e188759abc45f28f31ec54c2.zip |
Updated CHANGELOGs
Diffstat (limited to 'packages/web3-typescript-typings')
-rw-r--r-- | packages/web3-typescript-typings/CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web3-typescript-typings/CHANGELOG.md b/packages/web3-typescript-typings/CHANGELOG.md index 88dac67f6..5f74ceef0 100644 --- a/packages/web3-typescript-typings/CHANGELOG.md +++ b/packages/web3-typescript-typings/CHANGELOG.md @@ -1,11 +1,11 @@ # CHANGELOG -## v0.9.11 - _TBD, 2018_ +## v0.9.11 - _February 16, 2018_ -* Fix `web3.net.peerCount` to be of type number instead of boolean (#397) + * Fix `web3.net.peerCount` to be of type number instead of boolean (#397) ## v0.9.3 - _January 11, 2018_ -* Fix `getTransactionReceipt` not returning null (#338) -* Add type for getData on a contract -* Fixed the `defaultAccount` not allowing for `undefined` value (#320) + * Fix `getTransactionReceipt` not returning null (#338) + * Add type for getData on a contract + * Fixed the `defaultAccount` not allowing for `undefined` value (#320) |