Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jul 22, 2024
1 parent 5bf555c commit 16e90b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst-darwin-arm64",
"version": "2.0.0",
"version": "2.0.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst-darwin-x64",
"version": "2.0.0",
"version": "2.0.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst-linux-arm64-gnu",
"version": "2.0.0",
"version": "2.0.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst-linux-x64-gnu",
"version": "2.0.0",
"version": "2.0.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst-win32-x64-msvc",
"version": "2.0.0",
"version": "2.0.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst",
"version": "2.0.0",
"version": "2.0.1",
"description": "Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library",
"scripts": {
"artifacts": "napi artifacts",
Expand Down

0 comments on commit 16e90b7

Please sign in to comment.