diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bab787b..870c61bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 工具库更新日志 +## [0.0.17](https://github.com/novlan1/t-comm/compare/v0.0.16...v0.0.17) (2022-04-15) + + +### Features + +* **city:** 增加城市工具 ([cad431a](https://github.com/novlan1/t-comm/commit/cad431a19e0ad8ba0d49890234f02558d142190d)) + + + ## [0.0.16](https://github.com/novlan1/t-comm/compare/v0.0.15...v0.0.16) (2022-04-13) diff --git a/package.json b/package.json index 01675305..eb91883e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.0.16", + "version": "0.0.17", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",