diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2a195b..cfb2e757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [Version 0.4.0-alpha.4](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.3...v0.4.0-alpha.4) + +Released on **2023-06-15** + +#### 🐛 修复 + +- **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **component-asset**: 修正 CreateAssetStore 的类型,对齐到 ProEditorInstance ([70008a8](https://github.com/ant-design/pro-editor/commit/70008a8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.4.0-alpha.3](https://github.com/ant-design/pro-editor/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) Released on **2023-06-15** diff --git a/package.json b/package.json index 98777e89..80086835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.4.0-alpha.3", + "version": "0.4.0-alpha.4", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {