Browse Source

:arrow_up:

Vanessa 2 years ago
parent
commit
dfa9373bf3
3 changed files with 6 additions and 4 deletions
  1. 3 1
      CHANGELOG.md
  2. 2 2
      demo/static.html
  3. 1 1
      package.json

+ 3 - 1
CHANGELOG.md

@@ -105,7 +105,9 @@
 
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 
-### v3.9.1 / 2023-03
+### v3.9.2 / 2023-05
+
+### v3.9.1 / 2023-03-14
 
 * [新增法语](https://github.com/Vanessa219/vditor/pull/1365) `引入特性`
 * [新增瑞士语](https://github.com/Vanessa219/vditor/pull/1359) `引入特性`

+ 2 - 2
demo/static.html

@@ -51,8 +51,8 @@
       color: #4285f4;
     }
   </style>
-  <link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/index.css">
-  <script src="https://unpkg.com/[email protected].0/dist/index.min.js"></script>
+  <link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/index.css">
+  <script src="https://unpkg.com/[email protected].1/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.0",
+  "version": "3.9.1",
   "description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://b3log.org/vditor",