From 1fb70734eb03463358788a006e052f045a09711b Mon Sep 17 00:00:00 2001 From: ygj6 Date: Sat, 4 Dec 2021 16:51:14 +0800 Subject: [PATCH] release v2.10.1 --- LOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LOG.md b/LOG.md index c09cd5a00..e9a939c10 100644 --- a/LOG.md +++ b/LOG.md @@ -1,4 +1,9 @@ # 更新日志 +- **2.10.1** (21.12.04) + - fix build warnings and optimize console output by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/728 + - fix: image cannot be previewed by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/738 + - fix: Fix the content of code blocks to be displayed outside the pre container by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/730 + - **2.10.0** (21.11.23) Enable XSS defense by default, It also fixes the invalidity of codestyle caused by XSS protection. - fix eslint error by @ygj6 in https://github.com/hinesboy/mavonEditor/pull/637 diff --git a/package.json b/package.json index 5a5e8fc1e..60328fb68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "2.10.0", + "version": "2.10.1", "description": "Vue markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",