From 3063aad55e7dca3cb4fdea0837e11a11751cb78b Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Sat, 4 Feb 2023 15:18:21 -0500 Subject: [PATCH] chore: release 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c32ecd5..cadaf05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-querystring", - "version": "1.1.0", + "version": "1.1.1", "description": "A fast alternative to legacy querystring module", "main": "./lib/index.js", "types": "./lib/index.d.ts",