combine changelog entries since we haven't published yet

This commit is contained in:
Fabio Berger 2018-07-02 13:53:24 +02:00
parent e4eac14dc9
commit b763cdbd4c
2 changed files with 5 additions and 10 deletions

View File

@ -1,13 +1,4 @@
[ [
{
"version": "0.7.3",
"changes": [
{
"note": "Fixes uncaught Error in abi_decoder",
"pr": 763
}
]
},
{ {
"version": "0.7.2", "version": "0.7.2",
"changes": [ "changes": [
@ -17,6 +8,10 @@
{ {
"note": "Add logUtils.warn", "note": "Add logUtils.warn",
"pr": 589 "pr": 589
},
{
"note": "Fixes uncaught Error in abi_decoder",
"pr": 763
} }
] ]
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/utils", "name": "@0xproject/utils",
"version": "0.7.3", "version": "0.7.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },