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

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

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.0 - _December 2, 2019_
* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Replaced `SafeMath` with `LibSafeMath` (#2254)
## v2.2.0-beta.4 - _December 2, 2019_
* Dependencies updated