diff --git a/CHANGELOG.md b/CHANGELOG.md index e2adec1..ecbca41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,4 +45,8 @@ ## 1.1.5 网络模块拆分 - 拆分网络模块,使用 `npm install kunpocc-net` 安装 - * 仓库地址: https://github.com/Gongxh0901/kunpocc-net \ No newline at end of file + * 仓库地址: https://github.com/Gongxh0901/kunpocc-net + + +## 1.1.6 +- 修复UI模块自定义组件属性序列化错误 \ No newline at end of file diff --git a/package.json b/package.json index fc1ce10..cbda66b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kunpocc", - "version": "1.1.5", + "version": "1.1.6", "description": "基于creator3.0+的kunpocc库", "main": "./dist/kunpocc.cjs", "module": "./dist/kunpocc.mjs",