diff --git a/CHANGELOG.md b/CHANGELOG.md index d8273e1..6f0eaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.45](https://github.com/limaofeng/asany-editor/compare/v0.2.44...v0.2.45) (2022-07-20) + + +### Features + +* 通过 ref 获取 Editor 的 api 对象 ([7fbb406](https://github.com/limaofeng/asany-editor/commit/7fbb406b98d1e24c6f7f7ebc875e8cfb605ddbbd)) + + + ## [0.2.44](https://github.com/limaofeng/asany-editor/compare/v0.2.43...v0.2.44) (2022-07-20) diff --git a/package.json b/package.json index 2d79a6c..5732a88 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.44", + "version": "0.2.45", "license": "MIT", "name": "@asany/editor", "main": "dist/index.js",