From ea27fa20c4f9dde0d35209e7cb7abca16444d033 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 30 Apr 2024 12:17:37 +0200 Subject: [PATCH] Bumped v8.2.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b266a60..13f2452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-my-way", - "version": "8.1.0", + "version": "8.2.0", "description": "Crazy fast http radix based router", "main": "index.js", "types": "index.d.ts",