We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f5f71 commit c3b0884Copy full SHA for c3b0884
package.json
@@ -14,7 +14,7 @@
14
"version:release": "changelogithub",
15
"format": "prettier -c .",
16
"format:write": "prettier -w .",
17
- "remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:prettier:write",
+ "remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:write",
18
"postinstall": "husky && git config --local core.editor cat"
19
},
20
"keywords": [
packages/lean-imt/contracts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zk-kit/lean-imt.sol",
3
- "version": "2.0.0-beta.12",
+ "version": "2.0.0",
4
"description": "Incremental Merkle tree implementations in Solidity.",
5
"license": "MIT",
6
"files": [
0 commit comments