From eaf87284ddc291c1e724d4560680703b9eedb2d7 Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Sat, 26 Mar 2022 11:40:48 +0800 Subject: [PATCH] 0.0.8 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d81852..f50299c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 工具库更新日志 +## [0.0.8](https://github.com/novlan1/t-comm/compare/v0.0.7...v0.0.8) (2022-03-26) + + +### Features + +* 七彩石 ([e60335a](https://github.com/novlan1/t-comm/commit/e60335a0304f2329fec217c79152b0d599037195)) + + + ## [0.0.7](https://github.com/novlan1/t-comm/compare/v0.0.6...v0.0.7) (2022-03-22) diff --git a/package.json b/package.json index d8eef93d..b4cec10d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.0.7", + "version": "0.0.8", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",