From 04cc4d6a946d3f79709d5f32b1a9cc4ea358d806 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 13 Apr 2019 02:42:24 +0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a019215..1802976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unique-random-array", - "version": "1.0.1", + "version": "2.0.0", "description": "Get consecutively unique elements from an array", "license": "MIT", "repository": "sindresorhus/unique-random-array",