Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions
2020-12-16 20:09:48 +00:00
parent 682c07cb73
commit b3c20ff909
8 changed files with 38 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"note": "Use the `MetaTransaction` class from `@0x/protocol-utils` in tests.",
"pr": 90
}
]
],
"timestamp": 1608149382
},
{
"version": "0.13.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.14.0 - _December 16, 2020_
* Use the `MetaTransaction` class from `@0x/protocol-utils` in tests. (#90)
## v0.13.0 - _December 16, 2020_
* Address audit feedback in UniswapFeature (#82)