From 57e1507c9243ead9e6fe17061a45a1eadf3eb8be Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Sat, 26 Nov 2022 22:40:46 -0500 Subject: [PATCH] chore: bump to v3.10.0 --- package.json | 4 ++-- src/views/About/Changelog.vue | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 143fe4c5..bf651708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penguin-stats-frontend", - "version": "3.9.3", + "version": "3.10.0", "private": true, "author": "Penguin Statistics Contributors (https://github.com/orgs/penguin-statistics/people)", "scripts": { @@ -142,4 +142,4 @@ } }, "license": "MIT" -} +} \ No newline at end of file diff --git a/src/views/About/Changelog.vue b/src/views/About/Changelog.vue index 2b3be6a2..19b58170 100644 --- a/src/views/About/Changelog.vue +++ b/src/views/About/Changelog.vue @@ -123,6 +123,12 @@ export default { data() { return { logs: [ + { + version: "v3.10.0", + date: "2022-11-26T03:39:00+0000", + changes: `## 添加 +1. 截图识别添加错误反馈功能`, + }, { version: "v3.9.3", date: "2022-11-01T03:00:00+0000",