From ad2d1795dc3e938510f336345c59a24f5d981a49 Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Sun, 1 May 2022 11:54:31 +0800 Subject: [PATCH] 0.0.23 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0160fd..bbee07a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 工具库更新日志 +## [0.0.23](https://github.com/novlan1/t-comm/compare/v0.0.22...v0.0.23) (2022-05-01) + + +### Features + +* **number:** getUnitPreviousRatio ([7568d50](https://github.com/novlan1/t-comm/commit/7568d50ef4ccda992321818a45bf657c28819e7c)) + + + ## [0.0.22](https://github.com/novlan1/t-comm/compare/v0.0.21...v0.0.22) (2022-05-01) diff --git a/package.json b/package.json index 7b98af40..a3639889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t-comm", - "version": "0.0.22", + "version": "0.0.23", "description": "工具库", "main": "lib/index.js", "module": "lib/index.esm.js",