diff --git a/CHANGELOG.md b/CHANGELOG.md index 5144e3a7..50774935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [Version 0.28.0](https://github.com/ant-design/pro-editor/compare/v0.27.0...v0.28.0) + +Released on **2023-11-24** + +#### ✨ 新特性 + +- Undo/redo Middleware. + +#### 🐛 修复 + +- Fix compatible with subscribeWithSelector middleware. + +
+ +
+Improvements and Fixes + +#### What's improved + +- Undo/redo Middleware, closes [#74](https://github.com/ant-design/pro-editor/issues/74) ([44551aa](https://github.com/ant-design/pro-editor/commit/44551aa)) + +#### What's fixed + +- Fix compatible with subscribeWithSelector middleware, closes [#89](https://github.com/ant-design/pro-editor/issues/89) ([b11cb36](https://github.com/ant-design/pro-editor/commit/b11cb36)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.28.0-alpha.1](https://github.com/ant-design/pro-editor/compare/v0.27.0...v0.28.0-alpha.1) Released on **2023-11-24** diff --git a/package.json b/package.json index bf92b206..2a527565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.28.0-alpha.1", + "version": "0.28.0", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {