From d38ed222f1a6d5d296a9e4f815a1c174e46c335f Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 24 Mar 2023 09:58:25 +0000 Subject: [PATCH] Release 2.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 017a800..56584ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/secp256k1", - "version": "2.0.0-pre", + "version": "2.0.0", "description": "Fastest 4KB JS implementation of secp256k1 elliptic curve. Auditable, high-security, 0-dependency ECDH & ECDSA signatures compliant with RFC6979", "files": [ "index.js",