From e997308164571ebbdecdc63170a304c23e2cc13f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 1 Feb 2022 12:35:57 +0700 Subject: [PATCH] 7.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7378494..52db7cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-queue", - "version": "7.1.0", + "version": "7.2.0", "description": "Promise queue with concurrency control", "license": "MIT", "repository": "sindresorhus/p-queue",