From e7535e98496708c295837874710dfd0c3e5a1427 Mon Sep 17 00:00:00 2001 From: ygj6 <7699524+ygj6@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:17:58 +0800 Subject: [PATCH] Released version 3.0.0 (#839) Releasing a version that works with vue 3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b847a05a3..3eb8cddf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mavon-editor", - "version": "3.0.0-beta", + "version": "3.0.0", "description": "Vue-next markdown editor", "main": "dist/mavon-editor.js", "types": "./mavon-editor.d.ts",