diff --git a/CHANGELOG.md b/CHANGELOG.md index 500312f..b47a8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.43](https://github.com/limaofeng/asany-editor/compare/v0.2.42...v0.2.43) (2022-07-20) + + +### Features + +* 默认支持移动编辑区 ([1809706](https://github.com/limaofeng/asany-editor/commit/180970683b0d8fbf821ffcfe8652d33ba459d1d9)) + + + ## [0.2.42](https://github.com/limaofeng/asany-editor/compare/v0.2.41...v0.2.42) (2022-07-18) diff --git a/package.json b/package.json index dd4769c..3ea8766 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.42", + "version": "0.2.43", "license": "MIT", "name": "@asany/editor", "main": "dist/index.js",