Updated CHANGELOGS

This commit is contained in:
xianny
2019-08-08 09:29:08 -07:00
parent 38a12475bc
commit 89ee6fe6db
92 changed files with 518 additions and 39 deletions

View File

@@ -6,7 +6,8 @@
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
"pr": 2021
}
]
],
"timestamp": 1565281154
},
{
"version": "4.1.11",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.0 - _August 8, 2019_
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
## v4.1.11 - _July 31, 2019_
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)