diff --git a/package-lock.json b/package-lock.json index f27de7e..d54c13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/ed25519", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/ed25519", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "devDependencies": { "@noble/hashes": "1.7.1", diff --git a/package.json b/package.json index 8504468..3f59392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/ed25519", - "version": "2.2.2", + "version": "2.2.3", "description": "Fastest 4KB JS implementation of ed25519 EDDSA signatures compliant with RFC8032, FIPS 186-5 & ZIP215", "files": [ "index.js",