From 0320e8b5e9b9ff66db20f98aa4cf235146768bcd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 3 Mar 2019 02:20:53 +0700 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ad29e5..fbeaa6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-limit", - "version": "2.1.0", + "version": "2.2.0", "description": "Run multiple promise-returning & async functions with limited concurrency", "license": "MIT", "repository": "sindresorhus/p-limit",