From 7ffca1e67b7d6d34cfbc3f91a1adc9a8c07728d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Wed, 5 Jun 2024 11:13:01 +0300 Subject: [PATCH] v2.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gürgün Dayıoğlu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c38b96b..0a18a3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fast-uri", "description": "Dependency free RFC 3986 URI toolbox", - "version": "2.3.0", + "version": "2.3.1", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts",