From a1fd07650d9193e31e6d815a158d490c837cb35c Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 6 Sep 2020 18:38:17 +0800 Subject: [PATCH] v2.0.4.2 --- package.json | 14 +++++++------- support/change-log/v2.0.x.md | 10 ++++++++++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e95e543..379140b 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "dependencies": { "@vssue/api-github-v4": "^1.4.0", "@vssue/vuepress-plugin-vssue": "^1.4.6", - "@vuepress/plugin-active-header-links": "^1.5.2", - "@vuepress/plugin-back-to-top": "^1.5.2", - "@vuepress/plugin-google-analytics": "^1.5.2", - "@vuepress/plugin-medium-zoom": "^1.5.2", - "@vuepress/plugin-nprogress": "^1.5.2", - "@vuepress/plugin-pwa": "^1.5.2", + "@vuepress/plugin-active-header-links": "^1.5.4", + "@vuepress/plugin-back-to-top": "^1.5.4", + "@vuepress/plugin-google-analytics": "^1.5.4", + "@vuepress/plugin-medium-zoom": "^1.5.4", + "@vuepress/plugin-nprogress": "^1.5.4", + "@vuepress/plugin-pwa": "^1.5.4", "animated-number-vue": "^1.0.0", "aos": "^2.3.4", "axios": "^0.19.2", @@ -23,7 +23,7 @@ "nodemon": "^2.0.4", "reduce-css-calc": "^2.1.7", "vue2-animate": "^2.1.3", - "vuepress": "^1.5.2", + "vuepress": "^1.5.4", "vuepress-plugin-baidu-autopush": "^1.0.1", "vuepress-plugin-code-copy": "^1.0.6", "vuepress-plugin-code-switcher": "^1.0.3", diff --git a/support/change-log/v2.0.x.md b/support/change-log/v2.0.x.md index 46d7c96..2b51a74 100644 --- a/support/change-log/v2.0.x.md +++ b/support/change-log/v2.0.x.md @@ -13,6 +13,16 @@ Kuboard v2.0.x 的更新说明 了解 [从Kuboard v1.0.x 升级到 Kuboard v2.0.x](./upgrade-1-2.html) +## v2.0.4.2 + +**发布日期** + +2020年9月6日 + +**新特性** + +* 定制 Logo + ## v2.0.5-beta.1 **发布日期**