From 66516470e9e19aa7649d5fe53518431a7a896241 Mon Sep 17 00:00:00 2001 From: Fabio Poloni Date: Mon, 6 Nov 2023 21:49:55 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5887c0..44c2fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-ntlm", - "version": "2.6.2", + "version": "2.7.0", "description": "An express middleware to have simple NTLM-authentication.", "main": "index.js", "scripts": {