From 90e13c89e9f2a2b546d605126b4ad63e387295de Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Thu, 16 Jun 2022 11:39:33 +0800 Subject: [PATCH] 0.0.37 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e3ba65..f8d1e72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 工具库更新日志 +## [0.0.37](https://github.com/novlan1/t-comm/compare/v0.0.36...v0.0.37) (2022-06-16) + + +### Features + +* 优化画图空值 ([4f685fd](https://github.com/novlan1/t-comm/commit/4f685fd5bae0648101ebf3430097b1abc7286196)) + + + ## [0.0.36](https://github.com/novlan1/t-comm/compare/v0.0.35...v0.0.36) (2022-06-16) diff --git a/package.json b/package.json index 2add8ac6..0a372fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.0.36", + "version": "0.0.37", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",