From 60d8a4c6b70fbd732544b7c0362075ab7f893633 Mon Sep 17 00:00:00 2001 From: ZiuChen Date: Mon, 24 Apr 2023 19:23:06 +0800 Subject: [PATCH] docs: JSRunner log update --- .gitignore | 3 ++- docs/project/JSRunner/log/index.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 523a1a98..2fc85dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist cache -.temp \ No newline at end of file +.temp +**/.DS_Store \ No newline at end of file diff --git a/docs/project/JSRunner/log/index.md b/docs/project/JSRunner/log/index.md index 37c955c8..796e0149 100644 --- a/docs/project/JSRunner/log/index.md +++ b/docs/project/JSRunner/log/index.md @@ -1,5 +1,11 @@ # 更新日志 +## v1.0.2 + +`2023-04-24` + +- fix: 修复NodeJS环境下无法导入第三方模块的问题 + ## v1.0.1 `2023-04-23`