Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Oct 31, 2023
1 parent 58b361d commit 34ee4d5
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-iden3-core",
"version": "1.0.3",
"version": "1.1.0",
"description": "Low level API to create and manipulate iden3 Claims.",
"source": "./src/index.ts",
"typings": "dist/types/index.d.ts",
Expand Down Expand Up @@ -72,6 +72,6 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@iden3/js-crypto": "1.0.2"
"@iden3/js-crypto": "1.0.3"
}
}

0 comments on commit 34ee4d5

Please sign in to comment.