From ee9b0cf7629966efd388141d288df3d0577787d8 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 30 Oct 2024 15:35:49 +0100 Subject: [PATCH] Bumped v0.2.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9a9b9b..d335f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iovalkey", - "version": "0.1.0", + "version": "0.2.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "./built/index.js", "types": "./built/index.d.ts",