diff --git a/LOG.md b/LOG.md index e9a939c10..2c4e6551d 100644 --- a/LOG.md +++ b/LOG.md @@ -1,4 +1,7 @@ # 更新日志 +- **2.10.2** (21.12.14) + - fix: Add sanitizer for filtering HTML tags by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/744 + - **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 diff --git a/package.json b/package.json index 60328fb68..54b7818ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "2.10.1", + "version": "2.10.2", "description": "Vue markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",