From 2c860a373fb3dc35066db806dc056f0acd414eb5 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 5 Feb 2023 19:20:53 +1300 Subject: [PATCH] 7.3.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9636c3a..029e3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-queue", - "version": "7.3.2", + "version": "7.3.3", "description": "Promise queue with concurrency control", "license": "MIT", "repository": "sindresorhus/p-queue", @@ -80,4 +80,4 @@ "@typescript-eslint/no-invalid-void-type": "off" } } -} \ No newline at end of file +}