From f320a3370333f8af88b3cd8f9c385ad0ac9bb439 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Thu, 17 Oct 2024 18:26:24 -0400 Subject: [PATCH] release 1.0.7 --- deno.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 3e3edc2..6fa1210 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@henrygd/queue", - "version": "1.0.6", + "version": "1.0.7", "exports": "./index.ts", "imports": { "async_hooks": "node:async_hooks", diff --git a/package.json b/package.json index 23071b7..061d43e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@henrygd/queue", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "type": "module", "description": "Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.",