From 0731022cde5db280d57abaa637094ae38b606fd1 Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Sun, 24 Apr 2022 15:38:22 +0200 Subject: [PATCH] v1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dbc1d8..1b3cfda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middleware-if-unless", - "version": "1.2.5", + "version": "1.3.0", "description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.", "main": "index.js", "scripts": {