Skip to content

Commit b0339ad

Browse files
committed
Bump version
1 parent 3dc00e2 commit b0339ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased changes
22

3+
## 1.2.0
4+
5+
- Add decoding of function mutability.
6+
7+
## 1.1.0
8+
39
- Add handling of "Injected Network (by wallet)".
410
- Add handling of different blockchain networks (`Ethereum` and `Sepolia`).
511
- Add textfield option to enable deriving the function interface from raw `byteCode`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Interact with any contract on-chain (no-ABI/source code needed; the interface is decoded from the bytecode)",
44
"author": "Doris Benda",
55
"private": true,
6-
"version": "1.0.0",
6+
"version": "1.2.0",
77
"type": "module",
88
"scripts": {
99
"dev": "vite preview",

0 commit comments

Comments
 (0)