From 6bf26362c1e8db2d729249eae7d727834fede6cb Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 9 Sep 2022 19:43:49 -0400 Subject: [PATCH] chore: release 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5be31d2..54a5b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "0.7.0", + "version": "0.7.1", "description": "A fast alternative to legacy querystring module", "main": "lib/index.js", "type": "commonjs",