FIx CHANGELOGs

This commit is contained in:
Leonid Logvinov
2019-02-25 12:35:49 -08:00
parent 6cba1f3b61
commit 379eab19ad
3 changed files with 11 additions and 21 deletions

View File

@@ -1,19 +1,14 @@
[ [
{
"version": "2.1.1",
"changes": [
{
"note": "Added all existing opcodes to `OpCode` type",
"pr": 1638
}
]
},
{ {
"version": "2.1.0", "version": "2.1.0",
"changes": [ "changes": [
{ {
"note": "Added types SupportedProvider, GanacheProvider, Web3JsProvider, ZeroExProvider, EIP1193Provider", "note": "Added types SupportedProvider, GanacheProvider, Web3JsProvider, ZeroExProvider, EIP1193Provider",
"pr": 1627 "pr": 1627
},
{
"note": "Added all existing opcodes to `OpCode` type",
"pr": 1638
} }
] ]
}, },

View File

@@ -1,19 +1,14 @@
[ [
{
"version": "4.3.0",
"changes": [
{
"note": "Add `logUtils.table` and `logUtils.header`",
"pr": 1638
}
]
},
{ {
"version": "4.2.0", "version": "4.2.0",
"changes": [ "changes": [
{ {
"note": "Export providerUtils which helps standardize all supported provider interfaces into the ZeroExProvider interface", "note": "Export providerUtils which helps standardize all supported provider interfaces into the ZeroExProvider interface",
"pr": 1627 "pr": 1627
},
{
"note": "Add `logUtils.table` and `logUtils.header`",
"pr": 1638
} }
] ]
}, },