Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-08-27 14:47:56 +01:00
parent cd08a9c121
commit 4475fefd07
48 changed files with 252 additions and 10 deletions

View File

@@ -5,7 +5,8 @@
{
"note": "Fix missing `BlockParamLiteral` type import issue"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.5",

View File

@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.1-rc.6 - _August 27, 2018_
* Fix missing `BlockParamLiteral` type import issue
## v1.0.1-rc.5 - _Invalid date_
* Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js
## v1.0.1-rc.4 - _August 24, 2018_
* Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963)