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