From 9ff126bd8e58f1d58b60bf858bcb65a331f59d0f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 5 Nov 2024 11:55:24 +0000 Subject: [PATCH] Bumped v0.2.1 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d335f5b..a1a3ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iovalkey", - "version": "0.2.0", + "version": "0.2.1", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "./built/index.js", "types": "./built/index.d.ts",