diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ba048..0d14dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## 1.0.2 (2024-12-04) + + +### 🐛 Bug Fixes + +* **package.json**: 增加 types 提示 ([0490a68](https://github.com/Gao-pw/react-utils/commit/0490a68)) + ## 1.0.1 (2024-12-04) diff --git a/package.json b/package.json index af2d8e2..7245bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@siroi/react-utils", - "version": "1.0.1", + "version": "1.0.2", "description": "useful common react utils", "module": "dist/index.js", "type": "module",