diff options
author | Jacob Evans <jacob@dekz.net> | 2019-01-14 07:10:39 +0800 |
---|---|---|
committer | Jacob Evans <jacob@dekz.net> | 2019-01-14 07:10:39 +0800 |
commit | b108b1119a890ebefb29226ac404d8dfd09fd859 (patch) | |
tree | 4b271932290b95e6936415e49a898753f1c35cdf /packages/migrations | |
parent | b5420fde529a27eb144307777292c4c5f582015d (diff) | |
download | dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.gz dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.bz2 dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.lz dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.xz dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.zst dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.zip |
Update prettier changelogs
Diffstat (limited to 'packages/migrations')
-rw-r--r-- | packages/migrations/CHANGELOG.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json index 13a99bb05..6a7df758b 100644 --- a/packages/migrations/CHANGELOG.json +++ b/packages/migrations/CHANGELOG.json @@ -67,8 +67,7 @@ "version": "2.1.0", "changes": [ { - "note": - "Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping", + "note": "Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping", "pr": 1301 } ], @@ -114,8 +113,7 @@ "version": "2.0.0", "changes": [ { - "note": - "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.", + "note": "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.", "pr": 1105 } ], |