Skip to content

Commit

Permalink
Bump v1.2.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk authored Dec 12, 2023
1 parent c8242e0 commit 3deaa2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-jwz",
"version": "1.1.2",
"version": "1.2.0",
"description": "JS implementation of JWZ",
"main": "./dist/node/cjs/index.js",
"module": "./dist/node/esm/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@iden3/js-crypto": "1.0.3",
"@iden3/js-iden3-core": "1.1.0",
"@iden3/js-iden3-core": "1.2.0",
"@iden3/js-merkletree": "1.1.2",
"rfc4648": "1.5.3",
"ffjavascript": "0.2.62",
Expand Down

0 comments on commit 3deaa2e

Please sign in to comment.