Updated CHANGELOGS & MD docs

This commit is contained in:
fabioberger
2019-12-02 15:30:53 +01:00
parent ac44618e58
commit ae4b1e74f9
94 changed files with 1286 additions and 632 deletions

View File

@@ -14,7 +14,8 @@
"note": "Replaced `SafeMath` with `LibSafeMath`",
"pr": 2254
}
]
],
"timestamp": 1575296764
},
{
"version": "1.2.0-beta.4",

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.0 - _December 2, 2019_
* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Add `mintKnownFungibleTokensAsync()`, `isNonFungibleItemAsync()`, `isFungibleItemAsync()`, `getOwnerOfAsync()`, `getBalanceAsync()` to `Erc1155Wrapper`. (#1819)
* Replaced `SafeMath` with `LibSafeMath` (#2254)
## v1.2.0-beta.4 - _December 2, 2019_
* Dependencies updated