From 1d1438d16164df2adfdaaa6a193b00dd1313d30f Mon Sep 17 00:00:00 2001 From: Hajin Lim Date: Sun, 23 Oct 2022 20:00:21 -0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 803f274..0d5b98b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-debug", - "version": "1.0.0", + "version": "1.0.1", "description": "Asynchronous operation debugger built on top of async_hooks.", "scripts": { "build": "tsup",