diff --git a/package.json b/package.json index bea1b07..23071b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@henrygd/queue", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "type": "module", "description": "Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.",