Update CHANGELOGs

This commit is contained in:
Amir Bandeali
2019-01-02 17:17:40 -08:00
parent b90c3196a3
commit 70508f52a1
5 changed files with 14 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
[
{
"version": "2.0.9",
"version": "2.1.0",
"changes": [
{
"note": "Export `MultiAssetData` from types",
"note":
"Export `MultiAssetData`, `MultiAssetDataWithRecursiveDecoding`, `ObjectMap`, and `SingleAssetData` from types",
"pr": 1363
}
]

View File

@@ -71,6 +71,7 @@ export { AbiDecoder } from '@0x/utils';
export { BigNumber } from '@0x/utils';
export {
AssetData,
ExchangeContractErrs,
Order,
SignedOrder,
@@ -85,6 +86,7 @@ export {
MultiAssetData,
MultiAssetDataWithRecursiveDecoding,
SignatureType,
ObjectMap,
OrderRelevantState,
Stats,
} from '@0x/types';