From 49a659b2487bfc9cbf64e155a68ebd459c425c0e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 3 Mar 2023 01:12:36 +0000 Subject: [PATCH] Release 0.8.0. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",