Skip to content

Commit

Permalink
Release 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 2, 2025
1 parent 234ea4e commit 22fe33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/secp256k1",
"version": "2.2.1",
"version": "2.2.2",
"exports": "./index.ts",
"publish": {
"include": [
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": "@noble/secp256k1",
"version": "2.2.1",
"version": "2.2.2",
"description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979",
"files": [
"index.js",
Expand Down

0 comments on commit 22fe33f

Please sign in to comment.