Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans 2020-01-23 11:58:10 +10:00
parent 6ca52aed0d
commit 1be46ffb7e
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
8 changed files with 616 additions and 585 deletions

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1579744659,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.1 - _January 23, 2020_
* Dependencies updated
## v2.2.0 - _January 22, 2020_
* Add mainnet contract wrapper `callAsync()` revert behavior tests. (#2433)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1579744659,
"version": "9.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "9.0.4",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v9.0.5 - _January 23, 2020_
* Dependencies updated
## v9.0.4 - _January 22, 2020_
* Update exports. (#2432)

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,8 @@
"note": "Fix underestimated protocol fee in worst case quote.",
"pr": 2452
}
]
],
"timestamp": 1579744659
},
{
"version": "4.0.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.1 - _January 23, 2020_
* Fix underestimated protocol fee in worst case quote. (#2452)
## v4.0.0 - _January 22, 2020_
* Upgrade to new `Forwarder` contract with flat affiliate fees. (#2432)