From aca6a96e30a01e4ee2e3982ccac3f0f6cf43a71e Mon Sep 17 00:00:00 2001 From: MAKSS <32557358+SMAKSS@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:05:20 +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 3073a7e..ae5a911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smakss/random-array-element", - "version": "1.1.19", + "version": "1.1.20", "description": "Selects a random unique array element without repetition from provided array.", "type": "module", "main": "./index.cjs",