Skip to content

Commit

Permalink
Release 0.13.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 25, 2024
1 parent 5e2db49 commit 6be75b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "micro-eth-signer",
"version": "0.13.1",
"version": "0.13.2",
"description": "Minimal library for Ethereum transactions, addresses and smart contracts",
"files": [
"abi",
"esm",
"net",
"src",
"*.js",
"*.d.ts",
"*.js.map",
"*.d.ts.map"
"*.d.ts.map",
"abi",
"esm",
"net",
"src"
],
"main": "index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 6be75b1

Please sign in to comment.