From 018c67f74076144d0fbc4ffc34d4f5fc22d72e1d Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 17 Mar 2024 15:48:23 -0700 Subject: [PATCH] Update package.json bump minor version for package updates Signed-off-by: Joe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f4571b..1869030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@publicissapient/authorizationutil", - "version": "1.4.5", + "version": "1.4.6", "description": "Simplistic authorization management - alternative to heavy (though robust) solutions", "main": "dist/index.js", "type": "module",