Skip to content

Commit

Permalink
release v0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Nov 22, 2023
1 parent 1c62e88 commit 784b1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- 支持Token自动续期
- 增加Token有效期校验
- 支持编辑主机信息
- 支持edgeone证书计数
- 修复命令按钮间隔
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite --mode development",
"build": "vue-tsc --noEmit && vite build --mode release",
"build": "vite build --mode release",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,ts,vue}",
"lint:fix": "eslint --fix src/**/*.{js,ts,vue}"
Expand Down Expand Up @@ -41,4 +41,4 @@
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
}
}
}

0 comments on commit 784b1e2

Please sign in to comment.