diff --git a/CHANGELOG.md b/CHANGELOG.md index a3873a7f..b5e1a5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +### [Version 0.20.2](https://github.com/ant-design/pro-editor/compare/v0.20.1...v0.20.2) + +Released on **2023-09-13** + +#### 🐛 修复 + +- 修复 crypto.randomUUID 在 http 中无法使用的问题. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- 修复 crypto.randomUUID 在 http 中无法使用的问题 ([a2ec772](https://github.com/ant-design/pro-editor/commit/a2ec772)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 0.20.1](https://github.com/ant-design/pro-editor/compare/v0.20.0...v0.20.1) Released on **2023-09-12** diff --git a/package.json b/package.json index 65172706..9fe15cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.20.1", + "version": "0.20.2", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {