Skip to content

Commit 1a995d7

Browse files
committed
chore: v2.5.0
Former-commit-id: 68779e9
1 parent 20fc3c5 commit 1a995d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/contracts/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/contracts",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
55
"license": "MIT",
66
"files": [

packages/group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/group",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A library to create and manage Semaphore groups.",
55
"license": "MIT",
66
"main": "dist/index.node.js",

packages/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/identity",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A library to create Semaphore identities.",
55
"license": "MIT",
66
"main": "dist/index.node.js",

packages/proof/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/proof",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A library to generate and verify Semaphore proofs.",
55
"license": "MIT",
66
"main": "dist/index.node.js",

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semaphore-protocol/subgraph",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A library to query Semaphore contracts.",
55
"license": "MIT",
66
"iife": "dist/index.js",

0 commit comments

Comments
 (0)