Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions
2021-04-26 23:59:53 +00:00
parent 411548a33e
commit c44f8d0060
10 changed files with 48 additions and 3 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1619481586,
"version": "1.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1618259868,
"version": "1.1.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.3 - _April 26, 2021_
* Dependencies updated
## v1.1.2 - _April 12, 2021_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Add order signer registry to NativeOrdersFeature",
"pr": 195
}
]
],
"timestamp": 1619481586
},
{
"timestamp": 1618259868,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.22.0 - _April 26, 2021_
* Add order signer registry to NativeOrdersFeature (#195)
## v0.21.1 - _April 12, 2021_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Support PancakeSwap V2",
"pr": 211
}
]
],
"timestamp": 1619481586
},
{
"version": "6.6.1",

View File

@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.7.0 - _April 26, 2021_
* Support PancakeSwap V2 (#211)
## v6.6.1 - _Invalid date_
* Fixing Positive Slippage logic to not force the EP route (#209)
## v6.6.0 - _April 16, 2021_
* Support `Ropsten` network (#203)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1619481586,
"version": "8.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1618259868,
"version": "8.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.0.2 - _April 26, 2021_
* Dependencies updated
## v8.0.1 - _April 12, 2021_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Add support for orderSignerRegistry in getSignatureWithProviderAsync()",
"pr": 195
}
]
],
"timestamp": 1619481586
},
{
"timestamp": 1618259868,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.5.0 - _April 26, 2021_
* Add support for orderSignerRegistry in getSignatureWithProviderAsync() (#195)
## v1.4.1 - _April 12, 2021_
* Dependencies updated