diff options
Diffstat (limited to 'contracts/erc20')
-rw-r--r-- | contracts/erc20/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/erc20/CHANGELOG.md | 18 |
2 files changed, 12 insertions, 15 deletions
diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index 93f284234..34a0948b7 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549373905, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.0", "changes": [ { diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md index 59d0804da..20569f9b9 100644 --- a/contracts/erc20/CHANGELOG.md +++ b/contracts/erc20/CHANGELOG.md @@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG -## v1.0.6 - _January 17, 2019_ +## v1.0.1 - _February 5, 2019_ * Dependencies updated -## v1.0.5 - _January 15, 2019_ +## v1.0.0 - _Invalid date_ - * Dependencies updated - -## v1.0.4 - _January 11, 2019_ - - * Dependencies updated - -## v1.0.3 - _January 9, 2019_ - - * Dependencies updated - -## v1.0.2 - _December 13, 2018_ - - * Dependencies updated + * Move all ERC20 contracts out of contracts-tokens to new package (#1539) |