From 0163b635324dbf503d4ff2670e23ec2fb55e1620 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 25 Feb 2023 09:13:45 +0000 Subject: [PATCH] Release 0.7.2. --- 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 c95acb2..acfd787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.7.0", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.7.0", + "version": "0.7.2", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 663f780..3a87984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.7.1", + "version": "0.7.2", "description": "Minimal, auditable JS implementation of elliptic curve cryptography", "files": [ "abstract",