From ecf9c8a2d1aa34a0aef903e4a568d4dc6544e5fd Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 5 Jun 2023 17:11:23 -0400 Subject: [PATCH] chore: release v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec451d5..fa63fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "1.1.1", + "version": "1.1.2", "description": "A fast alternative to legacy querystring module", "main": "./lib/index.js", "types": "./lib/index.d.ts",