From 3404bbb4d848b29a29543f4eed48f4fea5cfc63d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 7 Jun 2019 15:21:56 +0700 Subject: [PATCH] 6.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e52ccdc..a6ce990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-queue", - "version": "6.0.1", + "version": "6.0.2", "description": "Promise queue with concurrency control", "license": "MIT", "repository": "sindresorhus/p-queue",