Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2020-10-23 21:07:56 +00:00
parent 465fd59cbc
commit f13d27b749
9 changed files with 47 additions and 3 deletions

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603487270,
"version": "2.7.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.7.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.7.1 - _October 23, 2020_
* Dependencies updated
## v2.7.0 - _October 21, 2020_
* Update curveBridge tests (#2633)

View File

@ -6,7 +6,8 @@
"note": "Use the exchange proxy as the primary allowance target",
"pr": 3
}
]
],
"timestamp": 1603487270
},
{
"version": "0.3.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.4.0 - _October 23, 2020_
* Use the exchange proxy as the primary allowance target (#3)
## v0.3.0 - _October 21, 2020_
* Internal audit fixes (#2657)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603487270,
"version": "4.7.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.7.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.7.1 - _October 23, 2020_
* Dependencies updated
## v4.7.0 - _October 21, 2020_
* Return quoteReport from SwapQuoter functions (#2627)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603487270,
"version": "6.4.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "6.4.1",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.4.2 - _October 23, 2020_
* Dependencies updated
## v6.4.1 - _October 21, 2020_
* Change test protocol fee to 70000. (#2637)

View File

@ -11677,9 +11677,9 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"
"publish-release@git+https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed":
"publish-release@https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed":
version "1.3.3"
resolved "git+https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed"
resolved "https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed"
dependencies:
async "^0.9.0"
ghauth "^2.0.0"