aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-14 09:50:12 +0800
committerFabio Berger <me@fabioberger.com>2018-08-14 09:50:12 +0800
commit336519a690ab694344c95f5102c324a4fc48f438 (patch)
treeaf09c469f530d3fcc61b5ea3627e0f895537024f /packages/0x.js
parent10dc3ea81c1780c0b694fdf5f0864e3b281da566 (diff)
downloaddexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar.gz
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar.bz2
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar.lz
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar.xz
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.tar.zst
dexon-0x-contracts-336519a690ab694344c95f5102c324a4fc48f438.zip
Add PR nr.
Diffstat (limited to 'packages/0x.js')
-rw-r--r--packages/0x.js/CHANGELOG.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json
index 8196a039f..0f5a10e43 100644
--- a/packages/0x.js/CHANGELOG.json
+++ b/packages/0x.js/CHANGELOG.json
@@ -4,7 +4,8 @@
"changes": [
{
"note":
- "Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`"
+ "Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher`",
+ "pr": 963
}
]
},