From 3486bbf6b8d13280a92008f23a13737f51ccba08 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 14 Feb 2023 22:45:53 +0000 Subject: [PATCH] Release 0.7.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 7a5beae..c95acb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.6.4", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.6.4", + "version": "0.7.0", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 1b8893c..cdf5e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.6.4", + "version": "0.7.0", "description": "Minimal, auditable JS implementation of elliptic curve cryptography", "files": [ "abstract",