From 4fb28db5732f8e39ae91e7b59b44bd4a189d5fab Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 16 Jun 2016 14:13:21 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c232fff..fcb91a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-shuffle", - "version": "1.0.0", + "version": "1.0.1", "description": "Randomize the order of items in an array", "license": "MIT", "repository": "sindresorhus/array-shuffle",