diff --git a/LOG.md b/LOG.md index 3a12acbb..15e205fc 100644 --- a/LOG.md +++ b/LOG.md @@ -1,4 +1,7 @@ # 更新日志 +- **3.0.1** (23.03.14) + - Sync vue2 version code by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/845 + - **3.0.0** (23.02.24) - 支持vue3的正式版本 - Refreshing the image api documentation by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/838 diff --git a/package.json b/package.json index 493bc6a1..bb638d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "3.0.0", + "version": "3.0.1", "description": "Vue-next markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",