Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-08-24 19:11:10 +01:00
parent 8427db36e9
commit b38ef579fb
54 changed files with 359 additions and 97 deletions

View File

@@ -15,7 +15,8 @@
"note": "Export types: `CompilerSettings`, `OutputField`",
"pr": 924
}
]
],
"timestamp": 1535133899
},
{
"timestamp": 1534210131,

View File

@@ -5,7 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.5 - _August 13, 2018_
## v1.1.0 - _August 24, 2018_
* Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements. (#965)
* Stop exporting types: `ContractArtifact`, `ContractNetworks` (#924)
* Export types: `CompilerSettings`, `OutputField` (#924)
## v1.0.5 - _August 14, 2018_
* Dependencies updated
@@ -25,7 +31,7 @@ CHANGELOG
* Dependencies updated
## v1.0.0 - _July 19, 2018_
## v1.0.0 - _July 20, 2018_
* Dependencies updated
@@ -51,7 +57,7 @@ CHANGELOG
* Properly export the executable binary (#588)
* Add the ability to define a specific solidity version (#589)
## v0.4.3 - _May 4, 2018_
## v0.4.3 - _May 5, 2018_
* Dependencies updated