Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-25 20:43:31 +11:00
parent eb50f3fa9c
commit f31e530b6e
85 changed files with 1116 additions and 593 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1582623685,
"version": "3.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1581748629,
"version": "3.2.1",

View File

@@ -5,15 +5,22 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.2 - _February 25, 2020_
* Dependencies updated
## v3.2.1 - _February 15, 2020_
* Dependencies updated
## v3.2.0 - _February 8, 2020_
* Add more types and functions to `IDydx` (#2466)
* Rename `DydxBrigeAction.accountId` to `DydxBridgeAction.accountIdx` (#2466)
* Fix broken tests. (#2462)
* Remove dependency on `@0x/contracts-dev-utils` (#2462)
* Add asset data decoding functions (#2462)
* Add `setOperators()` to `IDydx` (#TODO)
## v3.1.3 - _February 6, 2020_