Updated CHANGELOGs

This commit is contained in:
Brandon Millman
2018-03-14 16:36:21 -07:00
parent ffe7363776
commit 0fb4de85c4
3 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
## v0.33.2 - _TBD, 2018_
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
* Consolidate `Order`, `SignedOrder`, and `ECSignature into` the `@0xproject/types` package (#456)
## v0.33.1 - _March 8, 2018_

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.6.3 - _TBD, 2018_
* Consolidate `Order`, `SignedOrder`, and `ECSignature into` the `@0xproject/types` package (#456)
## v0.6.2 - _February 16, 2018_
* Fix JSON parse empty response (#407)

View File

@@ -3,6 +3,7 @@
## v0.4.0 - _TBD, 2018_
* Remove `JSONRPCPayload` (#426)
* Consolidate `Order`, `SignedOrder`, and `ECSignature into` the `@0xproject/types` package (#456)
## v0.3.1 - _March 8, 2018_