Skip to content

Commit

Permalink
Release 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 7, 2025
1 parent d8b6d81 commit 65c1cab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.2",
"version": "2.2.3",
"exports": "./index.ts",
"publish": {
"include": [
Expand Down
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": "@noble/secp256k1",
"version": "2.2.2",
"version": "2.2.3",
"description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979",
"files": [
"index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"devDependencies": {
"@noble/hashes": "1.6.1",
"@noble/hashes": "1.7.0",
"@paulmillr/jsbt": "0.2.1",
"fast-check": "3.0.0",
"micro-bmark": "0.3.1",
Expand Down

0 comments on commit 65c1cab

Please sign in to comment.