Skip to content

Commit

Permalink
release/2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 8, 2024
1 parent 94c7898 commit 71c545a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
/node_modules
/dist
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-multicall",
"version": "2.25.0",
"version": "2.26.0",
"description": "Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 71c545a

Please sign in to comment.