From 3160f6156dc02f794b69a289244ebd048016a4b5 Mon Sep 17 00:00:00 2001 From: Philihp Busby Date: Wed, 10 Mar 2021 09:32:06 +0000 Subject: [PATCH] 4.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4740f6..3949466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-shuffle", - "version": "4.3.0", + "version": "4.4.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",