Skip to content

Commit

Permalink
bump: 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Jun 10, 2021
1 parent 7d41940 commit 86af482
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16,767 deletions.
11 changes: 5 additions & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"version": "2.0.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"taskName": "compile",
"label": "compile",
"type": "shell",
"args": [
"run",
"compile"
]
],
"problemMatcher": []
}
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

# 🚀 0.4.5
2021.06.10

- 🐞 修复
- 文件复制额外创建v1路径问题
- 同步盘日志紊乱问题

# 🚀 0.4.4
2021.05.14

Expand Down
Loading

0 comments on commit 86af482

Please sign in to comment.