Update CHANGELOG.json's

This commit is contained in:
Leonid Logvinov
2018-04-02 12:52:49 +03:00
parent 9e81d3c87b
commit 333a23f222
10 changed files with 53 additions and 18 deletions

View File

@@ -1,4 +1,8 @@
[
{
"version": "0.5.0",
"changes": [{ "note": "Make `AbiDecoder.addABI` public", "pr": 485 }]
},
{
"timestamp": 1522658513,
"version": "0.4.4",

View File

@@ -9,10 +9,6 @@ CHANGELOG
* Dependencies updated
## v0.5.0 - _TBD, 2018_
* Make `AbiDecoder.addABI` public (#485)
## v0.4.3 - _March 18, 2018_
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface.