diff --git a/LOG.md b/LOG.md index d7f7513b7..b492eccc5 100644 --- a/LOG.md +++ b/LOG.md @@ -1,6 +1,10 @@ # 更新日志 +- **2.10.4** (21.12.16) + - refactor: provides a standard interface to get markdown-it by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/750 + - doc: update maekdown.md by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/751 + - **2.10.3** (21.12.14) -* fix: error while uploading image by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/748 + - 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 4da849912..db015c9f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "2.10.3", + "version": "2.10.4", "description": "Vue markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",