We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4091 commit 5dfff4dCopy full SHA for 5dfff4d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.0.4 (2025-08-15)</small>
2
+
3
+* fix: 属性值是数字时,自动转换为 number 类型 ([30c4091](https://github.com/xiaweiss/anby/commit/30c4091))
4
5
## <small>0.0.3 (2025-07-11)</small>
6
7
* fix: 修复 types 文件路径 ([14f2fc4](https://github.com/xiaweiss/anby/commit/14f2fc4))
package.json
@@ -1,6 +1,6 @@
{
"name": "anby",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "",
"type": "module",
"miniprogram": "dist",
0 commit comments