Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny committed Sep 6, 2019
1 parent 62d7cd5 commit 5ead509
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "5.3.2",
"changes": [
{
"note": "Redirect `callAsync` to use local EVM instead of eth_call for pure functions",
"pr": 2108
}
]
},
{
"timestamp": 1567521715,
"version": "5.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-gen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "4.2.1",
"changes": [
{
"note": "Redirect to `evmExecAsync` to use local EVM instead of eth_call for pure functions",
"pr": 2108
}
]
},
{
"version": "4.2.0",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/base-contract/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "5.4.0",
"changes": [
{
"note": "Add `evmExecAsync` to use local EVM instead of eth_call for pure functions",
"pr": 2108
}
]
},
{
"timestamp": 1567521715,
"version": "5.3.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript-typings/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "4.3.0",
"changes": [
{
"note": "Add declaration for `ethereumjs-vm`",
"pr": 2108
}
]
},
{
"timestamp": 1567521715,
"version": "4.2.5",
Expand Down

0 comments on commit 5ead509

Please sign in to comment.