From 88a071fc9471af66257faeb94dc3d6ec8338bc11 Mon Sep 17 00:00:00 2001
From: williamlardier <william.lardier@scality.com>
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",