diff --git a/LOG.md b/LOG.md index 2c4e6551d..d7f7513b7 100644 --- a/LOG.md +++ b/LOG.md @@ -1,4 +1,7 @@ # 更新日志 +- **2.10.3** (21.12.14) +* fix: error while uploading image by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/748 + - **2.10.2** (21.12.14) - fix: Add sanitizer for filtering HTML tags by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/744 diff --git a/package.json b/package.json index 54b7818ae..4da849912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "2.10.2", + "version": "2.10.3", "description": "Vue markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",