Skip to content

Commit b3a14d6

Browse files
committed
⬆️
1 parent 9176bda commit b3a14d6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
* [open issues](https://github.com/Vanessa219/vditor/issues)
1616

17-
### v3.10.4 / 2024-04
17+
### v3.10.5 / 2024-05
18+
19+
### v3.10.4 / 2024-04-16
1820

1921
* [移动端支持划选阅读](https://github.com/Vanessa219/vditor/issues/1611) `改进功能`
2022
* [改进代码样式外链地址匹配规则](https://github.com/Vanessa219/vditor/pull/1607) `改进功能`

demo/static.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
color: #4285f4;
5252
}
5353
</style>
54-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vditor@3.10.3/dist/index.css">
55-
<script src="https://cdn.jsdelivr.net/npm/vditor@3.10.3/dist/index.min.js"></script>
54+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vditor@3.10.4/dist/index.css">
55+
<script src="https://cdn.jsdelivr.net/npm/vditor@3.10.4/dist/index.min.js"></script>
5656
</head>
5757
<body>
5858
<div class="vditor-reset nav">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vditor",
3-
"version": "3.10.3",
3+
"version": "3.10.4",
44
"description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
55
"author": "Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
66
"homepage": "https://b3log.org/vditor",

0 commit comments

Comments
 (0)