diff options
Diffstat (limited to 'contracts/erc721/CHANGELOG.json')
-rw-r--r-- | contracts/erc721/CHANGELOG.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json index 83b8bc1cd..5f3e08dd3 100644 --- a/contracts/erc721/CHANGELOG.json +++ b/contracts/erc721/CHANGELOG.json @@ -1,5 +1,32 @@ [ { + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ], + "timestamp": 1549547375 + }, + { + "version": "1.0.3", + "changes": [ + { + "note": "Fake publish to enable pinning" + } + ], + "timestamp": 1549504360 + }, + { + "timestamp": 1549452781, + "version": "1.0.2", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1549373905, "version": "1.0.1", "changes": [ |