From 8227b051cd0e10341a28267c63544dd09b05131e Mon Sep 17 00:00:00 2001 From: "qiang.bai" Date: Thu, 17 Oct 2024 14:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20changelog.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- change_log.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/change_log.md b/change_log.md index 692aa3f..817f669 100644 --- a/change_log.md +++ b/change_log.md @@ -1,3 +1,9 @@ +### [1.4.2] - 2024-10-17 +#### Changed +- 增加类型校验; +- example-vite2 演示代码支持 ts 代码示例; +- 去除 example-webpack4 代码示例; + ### [1.4.1] - 2024-08-13 #### Added - 支持在 Web Worker 内调用导出方法,注意:Worker 路径、onCell、render;