Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-09 09:37:04 +10:00
parent 445b686c6c
commit 7bd88c1bb8
93 changed files with 1213 additions and 923 deletions

View File

@@ -6,7 +6,8 @@
"note": "Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type",
"pr": 2462
}
]
],
"timestamp": 1581204851
},
{
"version": "3.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.0 - _February 8, 2020_
* Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type (#2462)
## v3.0.0 - _December 2, 2019_
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313)