Skip to content

Commit

Permalink
Release 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 3, 2025
1 parent 11ba3a5 commit 615dd18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "1.7.0",
"version": "1.8.0",
"exports": {
".": "./src/index.ts",
"./abstract/bls": "./src/abstract/bls.ts",
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/curves",
"version": "1.7.0",
"version": "1.8.0",
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
"files": [
"*.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.6.1"
"@noble/hashes": "1.7.0"
},
"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
Expand Down

0 comments on commit 615dd18

Please sign in to comment.