From 8d08e8c1cc1ad1aadf5a731d8cd61eba79a1b0b7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 9 Apr 2021 20:25:01 +0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71bd38e..10e1d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unique-random-array", - "version": "2.0.0", + "version": "3.0.0", "description": "Get consecutively unique elements from an array", "license": "MIT", "repository": "sindresorhus/unique-random-array",