From 2a8f3737f1a2ef6562fb9b60d0c989acf47f265b Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 12 Sep 2022 09:23:45 -0400 Subject: [PATCH] chore: release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54a5b02..1ac1b11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "0.7.1", + "version": "1.0.0", "description": "A fast alternative to legacy querystring module", "main": "lib/index.js", "type": "commonjs",