From 054f9614f8d664deed64e633b9b07ce40b154021 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 4 Jan 2023 15:48:03 -0500 Subject: [PATCH] chore: release 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0795072..52bf814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "1.0.0", + "version": "1.1.0", "description": "A fast alternative to legacy querystring module", "main": "./lib/index.js", "types": "./lib/index.d.ts",