From 7fce502f8c5f7d2a4af20f253e9dbb14c68fa21c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 22 Sep 2024 00:48:19 +0700 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2215e3e..a5c3e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-asynchronous", - "version": "1.0.0", + "version": "1.0.1", "description": "Make a synchronous function asynchronous by running it in a worker", "license": "MIT", "repository": "sindresorhus/make-asynchronous",