From 734525a68ea2cb56be009b1950883a57a7fc1355 Mon Sep 17 00:00:00 2001 From: Baldeep Singh Date: Wed, 18 Oct 2023 13:29:30 +0530 Subject: [PATCH] 0.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7545a91c..5772f92c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pantelwar/js-utils", - "version": "0.1.1", + "version": "0.1.2", "description": "A utility package for commonly used javascript functions utilized on daily basis in Pantelwar's projects.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -56,4 +56,4 @@ "type": "git", "url": "git+https://github.com/Pantelwar/js-utils.git" } -} \ No newline at end of file +}