From 18331e45b5debeda9b161d5d229565085661e724 Mon Sep 17 00:00:00 2001 From: Philihp Busby Date: Wed, 19 Apr 2023 01:51:05 +0000 Subject: [PATCH] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdd7d9c..ede56b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-shuffle", - "version": "5.0.2", + "version": "6.0.0", "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",