From c558337e018fbeb591222944f07681582781b19d Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 9 Feb 2024 12:52:34 +0000 Subject: [PATCH] Release 0.5.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b2d492..d4f2201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/ciphers", - "version": "0.4.1", + "version": "0.5.0", "description": "Auditable & minimal JS implementation of Salsa20, ChaCha and AES", "files": [ "esm",