diff --git a/CHANGELOG.md b/CHANGELOG.md index 9899c35e..ea328fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [Version 0.10.0](https://github.com/ant-design/pro-editor/compare/v0.9.0...v0.10.0) + +Released on **2023-08-01** + +#### ✨ 新特性 + +- Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func. + +#### 🐛 修复 + +- Test snapshot udpate. + +
+ +
+Improvements and Fixes + +#### What's improved + +- Add c2d2c getDiffPropsWithSchema and getSymbolMasterNameFromProps func, closes [#52](https://github.com/ant-design/pro-editor/issues/52) ([ea4ad31](https://github.com/ant-design/pro-editor/commit/ea4ad31)) + +#### What's fixed + +- Test snapshot udpate, closes [#53](https://github.com/ant-design/pro-editor/issues/53) ([985c630](https://github.com/ant-design/pro-editor/commit/985c630)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.9.0](https://github.com/ant-design/pro-editor/compare/v0.8.0...v0.9.0) Released on **2023-07-24** diff --git a/package.json b/package.json index 31096737..584564b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.9.0", + "version": "0.10.0", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {