From 263dfdd2532b24f9d3ec4c4c965d35d364297272 Mon Sep 17 00:00:00 2001 From: Liyuan Li Date: Tue, 24 Nov 2020 00:12:50 +0800 Subject: [PATCH] :lipstick: rerender flowchart --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b62e49e..5cf278e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,7 +86,7 @@ * [open issues](https://github.com/Vanessa219/vditor/issues) * [346](https://github.com/Vanessa219/vditor/issues/346) 内容主题推荐(长期有效) `改进功能` -### v3.6.5 / 2020-11-23 +### v3.6.6 / 2020-11-23 * [824](https://github.com/Vanessa219/vditor/issues/824) 流程图大小可自适应 & 居中 `引入特性` * [822](https://github.com/Vanessa219/vditor/issues/822) 流程图、甘特图、时序图、图表、脑图、五线谱、添加暗黑模式 `引入特性` diff --git a/package-lock.json b/package-lock.json index 3364a9718..4c533edb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vditor", - "version": "3.6.5", + "version": "3.6.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9618c757b..ffb4a289e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vditor", - "version": "3.6.5", + "version": "3.6.6", "description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生", "author": "Vanessa (http://vanessa.b3log.org)", "homepage": "https://b3log.org/vditor",