diff --git a/CHANGELOG.md b/CHANGELOG.md index b55d19c6..1cf5e3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [Version 0.25.0](https://github.com/ant-design/pro-editor/compare/v0.24.0...v0.25.0) + +Released on **2023-11-09** + +#### ✨ 新特性 + +- Add highlight hover emotion & language tag show, udpate snapshot. + +#### 🐛 修复 + +- Ts error fixed. + +
+ +
+Improvements and Fixes + +#### What's improved + +- Add highlight hover emotion & language tag show ([cdd0904](https://github.com/ant-design/pro-editor/commit/cdd0904)) +- Udpate snapshot ([ba89b5d](https://github.com/ant-design/pro-editor/commit/ba89b5d)) + +#### What's fixed + +- Ts error fixed ([054c832](https://github.com/ant-design/pro-editor/commit/054c832)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.24.0](https://github.com/ant-design/pro-editor/compare/v0.23.0...v0.24.0) Released on **2023-11-06** diff --git a/package.json b/package.json index 05a9e9a6..5dae21d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.24.0", + "version": "0.25.0", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {