From d8c0b2d8ced889acf3e3c5f2b12ca232b759f4db Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 11 Dec 2023 22:55:06 +0000 Subject: [PATCH] Release 0.4.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0beca62..aea8fe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/ciphers", - "version": "0.4.0", + "version": "0.4.1", "description": "Auditable & minimal JS implementation of Salsa20, ChaCha and AES", "files": [ "esm",