Skip to content

Commit

Permalink
chore: bump to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Nov 27, 2022
1 parent 6715920 commit 57e1507
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penguin-stats-frontend",
"version": "3.9.3",
"version": "3.10.0",
"private": true,
"author": "Penguin Statistics Contributors <[email protected]> (https://github.com/orgs/penguin-statistics/people)",
"scripts": {
Expand Down Expand Up @@ -142,4 +142,4 @@
}
},
"license": "MIT"
}
}
6 changes: 6 additions & 0 deletions src/views/About/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 57e1507

Please sign in to comment.