From 93381c1b8d2ceaa4eb9437364ea2a73a650f12e2 Mon Sep 17 00:00:00 2001 From: Alejandro Dominguez Date: Mon, 7 Oct 2024 10:39:57 +0200 Subject: [PATCH] refactor: bump up package version Signed-off-by: Alejandro Dominguez --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d00095a..4224b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mixmaxhq/promise-pool", - "version": "2.0.0", + "version": "3.0.0", "description": "Concurrent control of functions on a per-pool basis with async/await", "main": "./dist/node/index.js", "scripts": {