From fb803c995c27e36cc00512c145387865e553f9e5 Mon Sep 17 00:00:00 2001 From: Joe Carpenito Date: Tue, 13 Sep 2022 08:25:45 -0400 Subject: [PATCH] bump patch version for performance refactor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c26b6..f659fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@publicissapient/authorizationutil", - "version": "1.4.1", + "version": "1.4.2", "description": "Simplistic authorization management - alternative to heavy (though robust) solutions", "main": "dist/index.js", "scripts": {