From d61c7ae4e5e7a1a0b4766c6f0760fec924bcc4f4 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 12 Apr 2023 02:42:02 +0000 Subject: [PATCH] Release 1.0.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 bcec3d4..d44f51a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 22115db..92e47e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.9.1", + "version": "1.0.0", "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "abstract",