Add pr number to changelogs

This commit is contained in:
Fabio Berger
2018-05-10 14:58:15 +02:00
parent 017b5a23d8
commit 4df847c349
4 changed files with 12 additions and 5 deletions

View File

@@ -3,9 +3,13 @@
"version": "0.38.0", "version": "0.38.0",
"changes": [ "changes": [
{ {
"note": "Renamed createOrderStateWatcher to createOrderWatcherAsync since it is not async", "note": "Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async",
"pr": 579
},
{
"note": "note":
"Renamed ZeroExError to ContractWrappersErrors since they not live in the @0xproject/contract-wrappers subpackage" "Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage",
"pr": 579
} }
] ]
}, },

View File

@@ -3,7 +3,8 @@
"version": "0.0.1", "version": "0.0.1",
"changes": [ "changes": [
{ {
"note": "Moved contractWrappers out of 0x.js" "note": "Moved contractWrappers out of 0x.js",
"pr": 579
} }
] ]
} }

View File

@@ -3,7 +3,8 @@
"version": "0.0.1", "version": "0.0.1",
"changes": [ "changes": [
{ {
"note": "Move FillScenarios out of 0x.js" "note": "Move FillScenarios out of 0x.js",
"pr": 579
} }
] ]
} }

View File

@@ -3,7 +3,8 @@
"version": "0.0.1", "version": "0.0.1",
"changes": [ "changes": [
{ {
"note": "Moved OrderWatcher out of 0x.js package" "note": "Moved OrderWatcher out of 0x.js package",
"pr": 579
} }
] ]
} }