Skip to content

Commit

Permalink
chore: add version changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed May 8, 2022
1 parent eb7a791 commit 87d77e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penguin-stats-frontend",
"version": "3.7.2",
"version": "3.7.3",
"private": true,
"author": "Penguin Statistics Contributors <[email protected]> (https://github.com/orgs/penguin-statistics/people)",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/views/About/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ export default {
data() {
return {
logs: [
{
version: "v3.7.3",
date: "2022-05-09T01:14:00+0800",
changes: `## 优化
1. 截图识别增加内核版本上报`,
},
{
version: "v3.7.2",
date: "2022-05-03T01:00:00+0800",
Expand Down

1 comment on commit 87d77e7

@vercel
Copy link

@vercel vercel bot commented on 87d77e7 May 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontend-v2 – ./

frontend-v2-git-dev-penguin-statistics.vercel.app
frontend-v2-penguin-statistics.vercel.app

Please sign in to comment.