fix(0x.js, order-utils): Fix CHANGELOG.json versions

This commit is contained in:
Alex Browne
2018-08-13 18:06:27 -07:00
committed by GitHub
parent 283175df98
commit 3b0fa1aa87
2 changed files with 6 additions and 16 deletions

View File

@@ -1,18 +1,13 @@
[ [
{
"version": "1.0.1-rc.4",
"changes": [
{
"pr": 914,
"note": "Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts"
}
]
},
{ {
"version": "1.0.1-rc.3", "version": "1.0.1-rc.3",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
},
{
"pr": 914,
"note": "Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts"
} }
] ]
}, },

View File

@@ -1,17 +1,12 @@
[ [
{ {
"version": "1.0.1-rc.4", "version": "1.0.1-rc.3",
"changes": [ "changes": [
{ {
"pr": 914, "pr": 914,
"note": "note":
"Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts." "Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts."
} },
]
},
{
"version": "1.0.1-rc.3",
"changes": [
{ {
"note": "note":
"Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters", "Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters",