diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7a92db..4bab787b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 工具库更新日志 +## [0.0.16](https://github.com/novlan1/t-comm/compare/v0.0.15...v0.0.16) (2022-04-13) + + +### Features + +* 倒计时工具 ([131cbef](https://github.com/novlan1/t-comm/commit/131cbef0bb1605a96006a9e18fd9a3fa3169c49c)) +* **url:** 增加url的一些方法 ([30207f2](https://github.com/novlan1/t-comm/commit/30207f24217b782a4cad4e8bf15d124a44f74710)) +* **wxrobot:** 增加tsdoc ([476a61e](https://github.com/novlan1/t-comm/commit/476a61e4c04c0133111fb6dc102cd474200ce589)) + + + ## [0.0.15](https://github.com/novlan1/t-comm/compare/v0.0.14...v0.0.15) (2022-04-06) diff --git a/package.json b/package.json index 39ebbc3f..01675305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.0.15", + "version": "0.0.16", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",