Vanessa пре 1 година
родитељ
комит
0e30ef47fc
3 измењених фајлова са 4 додато и 4 уклоњено
  1. 1 1
      CHANGELOG.md
  2. 2 2
      demo/static.html
  3. 1 1
      package.json

+ 1 - 1
CHANGELOG.md

@@ -12,7 +12,7 @@
 
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 
-### v3.9.7 / 2023-10
+### v3.9.7 / 2023-12-14
 
 * [改进带端口的超链接解析](https://github.com/Vanessa219/vditor/issues/1513) `改进功能`
 * [优化代码块复制功能的渲染性能](https://github.com/Vanessa219/vditor/pull/1502) `开发重构`

+ 2 - 2
demo/static.html

@@ -51,8 +51,8 @@
       color: #4285f4;
     }
   </style>
-  <link rel="stylesheet" href="https://unpkg.com/[email protected].6/dist/index.css">
-  <script src="https://unpkg.com/[email protected].6/dist/index.min.js"></script>
+  <link rel="stylesheet" href="https://unpkg.com/[email protected].7/dist/index.css">
+  <script src="https://unpkg.com/[email protected].7/dist/index.min.js"></script>
 </head>
 <body>
 <div class="vditor-reset nav">

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.9.6",
+  "version": "3.9.7",
   "description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://b3log.org/vditor",