diff --git a/package-lock.json b/package-lock.json index acfd787..3eae724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.7.2", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.7.2", + "version": "0.8.0", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index eeb0c88..5bc078b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.7.3", + "version": "0.8.0", "description": "Minimal, auditable JS implementation of elliptic curve cryptography", "files": [ "abstract",