diff --git a/CHANGELOG.md b/CHANGELOG.md index 1783b788..e840d7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 更新日志 +### [1.2.28](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.2.27...v1.2.28) (2024-06-24) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复omitBy工具方法实现错误导致Tabbar等组件徽标显示异常的问题 ([1491fe4](https://github.com/Moonofweisheng/wot-design-uni/commit/1491fe44616a0db1c165e2bed29637f8c46fbc7e)) + ### [1.2.27](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.2.26...v1.2.27) (2024-06-21) diff --git a/package.json b/package.json index aed662e7..6c4809c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wot-design-uni", - "version": "1.2.27", + "version": "1.2.28", "repository": { "type": "git", "url": "https://github.com/Moonofweisheng/wot-design-uni.git"