From 95002aa154fcc15dcffe65230d8c05d9ecbb8d5c Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Mon, 26 Sep 2022 17:04:42 +0800 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ecb93f..7e9d98b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 工具库更新日志 +## [0.1.1](https://github.com/novlan1/t-comm/compare/v0.1.0...v0.1.1) (2022-09-26) + + +### Features + +* 增加keywords ([a56b095](https://github.com/novlan1/t-comm/commit/a56b0957c94bb67e271d9b6f8e113302b3d737f4)) + + + # [0.1.0](https://github.com/novlan1/t-comm/compare/v0.0.53...v0.1.0) (2022-09-26) diff --git a/package.json b/package.json index 1e417342..1d1208a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.1.0", + "version": "0.1.1", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",