From 0ee93d76b8f96c6a88d02d0c5b9a4d50e8a1b9c3 Mon Sep 17 00:00:00 2001 From: ygj6 Date: Thu, 16 Dec 2021 20:24:32 +0800 Subject: [PATCH] Release v2.10.4 --- LOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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",