diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..fb1f788c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 0.0.8 (2022-07-08) +### Features +- 增加HorizonX提供状态管理能力 +### Bug Fixes +- **core**: 修复局部更新场景下context计算错误 +### Code Refactoring +- 重构事件机制,取消全量挂载事件,改为按需懒挂载 diff --git a/libs/horizon/package.json b/libs/horizon/package.json index dedb9445..844a4ee5 100644 --- a/libs/horizon/package.json +++ b/libs/horizon/package.json @@ -4,7 +4,7 @@ "keywords": [ "horizon" ], - "version": "0.0.7", + "version": "0.0.8", "homepage": "", "bugs": "", "main": "index.js",