From 3e14aacf58d6fa36d22248a5d77d0d633ea58a27 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 28 Aug 2020 15:24:15 +0200 Subject: [PATCH] Release 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5108d61..2729df5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marvinh/path-to-regexp", "amdName": "pathToRegExp", - "version": "3.0.0", + "version": "3.1.0", "description": "Ultra small and fast path to regex generation", "main": "dist/index.js", "umd:main": "dist/index.umd.js",