diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | src/index.ts | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e4160f21e..8b96a02db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +v0.21.2 - _October 11, 2017_ + * Exported `ContractEventArg` as a public type (#190) + v0.21.1 - _October 11, 2017_ ------------------------ * Fixed a bug in subscriptions (#189) diff --git a/src/index.ts b/src/index.ts index 97ab084b7..048050c7a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,6 +27,7 @@ export { ApprovalContractEventArgs, TokenContractEventArgs, ContractEventArgs, + ContractEventArg, Web3Provider, ZeroExConfig, TransactionReceiptWithDecodedLogs, |