From b702cc1aa737ae834b4deaf87a537812d8d5418f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 12 Jul 2020 21:37:34 +0800 Subject: [PATCH] 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 789e93c..578e64c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-limit", - "version": "3.0.1", + "version": "3.0.2", "description": "Run multiple promise-returning & async functions with limited concurrency", "license": "MIT", "repository": "sindresorhus/p-limit",