From 57ad7cb16c4092830fb4c29411c7901f87c3f73c Mon Sep 17 00:00:00 2001 From: Sergey <50118943+trosck@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:52:44 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f98acf..9e55445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trosckey/url-params", - "version": "2.4.0", + "version": "2.4.1", "description": "Class for working with URL query string (uses URL.searchparams interface under the hood)", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",