From 60adada6a929b6c41c2fd13f5c7b935a4c6f43b5 Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Sat, 14 Oct 2023 09:22:44 +0800 Subject: [PATCH] Release 1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58fc3cb..a26ff69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jswork/fileutils", - "version": "1.0.7", + "version": "1.0.8", "description": "File and directory utilities for node.js.", "main": "dist/index.js", "module": "dist/index.esm.js",