Update CHANGELOGs

This commit is contained in:
Brandon Millman
2018-02-07 13:17:39 -08:00
parent 7ca1ba7e1e
commit 7f2a7cfa77
5 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# CHANGELOG
## v0.32.1 - _February 7, 2018_
* Reorganized `BlockParamLiteral` export into `@0xproject/types` package (#355)
* Now using `abi-gen` package to generate ContractEventArgs types (#371)
## v0.32.0 - _February 5, 2018_
* Add `zeroEx.etherToken.getContractAddressIfExists` (#350)

View File

@@ -1,9 +1,9 @@
# CHANGELOG
## v0.2.0 - _???_
## v0.2.0 - _February 7, 2018_
* Added CLI options for explicit specifying location of partials and main template (#346)
* Added CLI option to specify networkId, adding support for the JSON artifact format found in @0xproject/contracts
* Added CLI option to specify networkId, adding support for the JSON artifact format found in @0xproject/contracts (#388)
## v0.1.0 - _January 11, 2018_

View File

@@ -0,0 +1,5 @@
# CHANGELOG
## v0.0.11 - _February 7, 2018_
* Updated `types-ethereumjs-util` dev dependency (#352)

View File

@@ -1,11 +1,11 @@
# CHANGELOG
## v0.4.1 - _Febuary 2, 2018_
## v0.4.0 - _February 7, 2018_
* Added NonceTrackerSubprovider (#355)
* InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)
## v0.3.5 - _January 28, 2018_
## v0.3.6 - _January 28, 2018_
* Return a transaction hash from `_sendTransactionAsync` (#303)

View File

@@ -1,5 +1,5 @@
# CHANGELOG
## vx.x.x
## v0.2.0 - _February 7, 2018_
* Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)