mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-24 11:29:24 +08:00
feat: V1.0.7
This commit is contained in:
parent
d62c31c2c4
commit
ee82e70e5f
@ -2,6 +2,13 @@
|
||||
|
||||
### 如果觉得本插件还不错的话,给个[Star](https://github.com/OBKoro1/autoCommit)吧~
|
||||
|
||||
<!-- TODO: 提交之前检查eslint -->
|
||||
<!-- TODO: 修改webpack配置 -->
|
||||
|
||||
### [V1.0.7]
|
||||
|
||||
* fix: 修复commit日期为今天的问题
|
||||
|
||||
### [V1.0.6]
|
||||
|
||||
* 取消commit期间的日志, 防止进程通信频繁导致卡顿
|
||||
|
@ -3,7 +3,7 @@
|
||||
"displayName": "Auto Commit",
|
||||
"description": "自动提交commit到github",
|
||||
"publisher": "OBKoro1",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"scripts": {
|
||||
"build": "vsce package",
|
||||
"vscode:prepublish": "webpack --mode production",
|
||||
|
Loading…
Reference in New Issue
Block a user