aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-19 16:48:00 +0800
committerFabio Berger <me@fabioberger.com>2018-06-19 17:16:30 +0800
commit2a4456b9cae6515d0210e3a2aa4b511c0262849c (patch)
tree2c34a6e860378164470ab0562120d6f285918f9b /packages/order-utils
parent0bfcf79e79b762a9fb98e90b8e6310c781cfae97 (diff)
downloaddexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.gz
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.bz2
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.lz
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.xz
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.zst
dexon-0x-contracts-2a4456b9cae6515d0210e3a2aa4b511c0262849c.zip
Update CHANGELOG's with publishes performed on development branch
Diffstat (limited to 'packages/order-utils')
-rw-r--r--packages/order-utils/CHANGELOG.json11
-rw-r--r--packages/order-utils/CHANGELOG.md10
2 files changed, 15 insertions, 6 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json
index f3c54711f..6290eee0f 100644
--- a/packages/order-utils/CHANGELOG.json
+++ b/packages/order-utils/CHANGELOG.json
@@ -1,18 +1,19 @@
[
{
+ "timestamp": 1529397769,
+ "version": "0.0.7",
"changes": [
{
- "note": "Export parseECSignature method",
- "pr": 684
+ "note": "Dependencies updated"
}
]
},
{
- "version": "0.1.0",
+ "timestamp": 1527616612,
+ "version": "0.0.6",
"changes": [
{
- "note": "Make order-utils compatible with V2 of 0x protocol",
- "pr": 636
+ "note": "Dependencies updated"
}
]
},
diff --git a/packages/order-utils/CHANGELOG.md b/packages/order-utils/CHANGELOG.md
index 5b10c13bc..81b66373a 100644
--- a/packages/order-utils/CHANGELOG.md
+++ b/packages/order-utils/CHANGELOG.md
@@ -5,11 +5,19 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v0.0.7 - _June 19, 2018_
+
+ * Dependencies updated
+
+## v0.0.6 - _May 29, 2018_
+
+ * Dependencies updated
+
## v0.0.5 - _May 22, 2018_
* Add orderStateUtils, a module for computing order state needed to decide if an order is still valid
-## v0.0.4 - _May 4, 2018_
+## v0.0.4 - _May 5, 2018_
* Dependencies updated