From 94f070d4a6335d511fa7038bb1f772c5e27bfd97 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 23 Apr 2023 01:44:43 +0800 Subject: [PATCH] 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d80ce01..36e7ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-all", - "version": "4.0.0", + "version": "5.0.0", "description": "Run promise-returning & async functions concurrently with optional limited concurrency", "license": "MIT", "repository": "sindresorhus/p-all",