From 48f982a65d425e3469992bb95819a28dd946a324 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 31 Aug 2023 00:43:32 +0000 Subject: [PATCH] Release 0.3.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1f9834..df6ace5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/ciphers", - "version": "0.2.0", + "version": "0.3.0", "description": "Auditable & minimal JS implementation of Salsa20, ChaCha, Poly1305 & AES-SIV", "files": [ "esm",