From 0f5231f82a7b9e051c76294aa8151aca58226b50 Mon Sep 17 00:00:00 2001 From: MAKSS <32557358+SMAKSS@users.noreply.github.com> Date: Thu, 3 Jun 2021 15:26:25 +0430 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59b421c..5ad9ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smakss/random-array-element", - "version": "1.2.0", + "version": "1.2.1", "description": "Selects a random unique array element without repetition from provided array.", "type": "module", "main": "./index.cjs",