From 6c04436be0507f6598c9606a90df4ec1bd8e5390 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Mon, 20 Jan 2025 15:54:41 +0100 Subject: [PATCH] bump package version Issue: VLTCLT-54 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7fb0a5..89bf050 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=16" }, - "version": "8.4.1", + "version": "8.4.2", "description": "Client library and binary for Vault, the user directory and key management service", "main": "index.js", "repository": "scality/vaultclient",