Skip to content

Commit

Permalink
set version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Jul 19, 2023
1 parent 0d40c7b commit 3e5d5dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

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.0-beta.3",
"version": "1.0.0",
"description": "Low level API to create and manipulate iden3 Claims.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
"test": "jest",
"tsc": "tsc",
"test:watch": "jest --watch",
"lint": "eslint --fix --ext .js,.ts src/**",
"lint": "eslint --fix --ext .ts src/** tests/**",
"format": "prettier --config .prettierrc './**/*.ts' --write"
},
"release": {
Expand Down

0 comments on commit 3e5d5dd

Please sign in to comment.