Skip to content

Commit 5adf24c

Browse files
committed
v6.1.0
1 parent 33d8858 commit 5adf24c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umoteam/editor",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"type": "module",
55
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
66
"keywords": [
@@ -28,9 +28,13 @@
2828
},
2929
"license": "MIT",
3030
"homepage": "https://editor.umodoc.com/en/docs",
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/umodoc/editor.git"
34+
},
3135
"bugs": {
3236
"url": "https://github.com/umodoc/editor/issues",
33-
"email": "support@umodoc.com"
37+
"email": "contact@umodoc.com"
3438
},
3539
"files": [
3640
"dist",
@@ -103,7 +107,7 @@
103107
"@tiptap/vue-3": "2.11.5",
104108
"@tool-belt/type-predicates": "^1.3.0",
105109
"@types/svg64": "^1.1.2",
106-
"@umoteam/editor-external": "6.0.1",
110+
"@umoteam/editor-external": "6.1.0",
107111
"@vueuse/core": "^11.0.3",
108112
"buffer-image-size": "^0.6.4",
109113
"dom-to-image-more": "^3.4.3",

0 commit comments

Comments
 (0)