We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf40f3 commit adae89cCopy full SHA for adae89c
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes will be documented in this file.
3
4
+## v0.0.6
5
+- fix: handle interface declarations
6
+
7
## v0.0.5
8
- fix: support blocks/loops - #2
9
- fix: better ganache error handling and minor refactoring
package.json
@@ -1,6 +1,6 @@
{
"name": "solidity-shell",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "",
"main": "src/index.js",
"bin": {
0 commit comments