From a9bdbf1d4aceaf89a92b246908ff8f021d71cc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=B9=BF?= Date: Mon, 17 Nov 2025 15:52:09 +0800 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86274ef..e7cb464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlocks", - "version": "1.0.0", + "version": "1.0.1", "description": "A Node.js library providing asynchronous locking mechanisms including in-memory locks and file-based locks", "main": "index.js", "scripts": {