From 69cce3fa04b78ff1b62d5555c96718e008c5fe58 Mon Sep 17 00:00:00 2001 From: Philihp Busby Date: Wed, 10 May 2023 22:48:20 +0000 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d75595..624a316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-shuffle", - "version": "6.0.0", + "version": "6.0.1", "description": "A fast implementation of a fisher-yates shuffle that does not mutate the source array.", "homepage": "https://github.com/philihp/fast-shuffle", "repository": "https://github.com/philihp/fast-shuffle.git",