Add changelog entries

This commit is contained in:
Fabio Berger 2018-10-16 13:33:30 +01:00
parent 021041165a
commit fca5260eb1
5 changed files with 35 additions and 0 deletions

View File

@ -20,6 +20,10 @@
"note": "note":
"Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers",
"pr": 1105 "pr": 1105
},
{
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
} }
] ]
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"version": "1.0.13",
"changes": [
{
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
}
]
},
{ {
"version": "1.0.12", "version": "1.0.12",
"changes": [ "changes": [

View File

@ -1,4 +1,13 @@
[ [
{
"version": "2.1.8",
"changes": [
{
"note": "Make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library",
"pr": 1105
}
]
},
{ {
"version": "2.1.7", "version": "2.1.7",
"changes": [ "changes": [

View File

@ -1,4 +1,13 @@
[ [
{
"version": "1.0.7",
"changes": [
{
"note": "Make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library",
"pr": 1105
}
]
},
{ {
"version": "1.0.6", "version": "1.0.6",
"changes": [ "changes": [

View File

@ -9,6 +9,10 @@
{ {
"note": "Add support for `eth_signTypedData` in wallets Mnemonic, Private and EthLightWallet", "note": "Add support for `eth_signTypedData` in wallets Mnemonic, Private and EthLightWallet",
"pr": 1102 "pr": 1102
},
{
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
} }
] ]
}, },