diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-14 09:50:12 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-14 09:50:12 +0800 |
commit | 336519a690ab694344c95f5102c324a4fc48f438 (patch) | |
tree | af09c469f530d3fcc61b5ea3627e0f895537024f /packages/0x.js/CHANGELOG.json | |
parent | 10dc3ea81c1780c0b694fdf5f0864e3b281da566 (diff) | |
download | dexon-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/CHANGELOG.json')
-rw-r--r-- | packages/0x.js/CHANGELOG.json | 3 |
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 } ] }, |