Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2021-10-13 17:44:41 +00:00
parent 9af22110b4
commit cf1f29a37d
4 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1634147078,
"version": "1.4.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1633374058, "timestamp": 1633374058,
"version": "1.4.2", "version": "1.4.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.4.3 - _October 13, 2021_
* Dependencies updated
## v1.4.2 - _October 4, 2021_ ## v1.4.2 - _October 4, 2021_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Go back to using transformERC20 (instead of transformERC20Staging)", "note": "Go back to using transformERC20 (instead of transformERC20Staging)",
"pr": 343 "pr": 343
} }
] ],
"timestamp": 1634147078
}, },
{ {
"version": "16.29.1", "version": "16.29.1",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v16.29.2 - _October 13, 2021_
* Check MAX_IN_RATIO in sampleBuysFromBalancer (#338)
* Go back to using transformERC20 (instead of transformERC20Staging) (#343)
## v16.29.1 - _October 4, 2021_ ## v16.29.1 - _October 4, 2021_
* Remove `Clipper` as a custom liquidity source (#335) * Remove `Clipper` as a custom liquidity source (#335)