Liyuan Li 5 years ago
parent
commit
ce0f571bd5
4 changed files with 4 additions and 5 deletions
  1. 2 2
      CHANGELOG.md
  2. 0 1
      demo/index.js
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 2 - 2
CHANGELOG.md

@@ -49,9 +49,9 @@
 
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 
-### v3.0.11 / 2020-04-0x
+### v3.0.12 / 2020-04-0x
 
-### v3.0.10 / 2020-04-04
+### v3.0.11 / 2020-04-05
 
 * [266](https://github.com/Vanessa219/vditor/issues/266) linkToImgUrl 图片重复上传 `修复缺陷`
 * [208](https://github.com/Vanessa219/vditor/issues/208) hr in Firefox `修复缺陷`

+ 0 - 1
demo/index.js

@@ -4,7 +4,6 @@ import '../src/assets/scss/index.scss'
 window.vditor = new Vditor('vditor', {
   debugger: true,
   typewriterMode: true,
-  mode: 'ir',
   placeholder: 'placeholder',
   preview: {
     markdown: {

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.0.10",
+  "version": "3.0.11",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.0.10",
+  "version": "3.0.11",
   "description": "♏ 一款浏览器端的 Markdown 编辑器。",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://hacpai.com/tag/vditor",