mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 10:29:23 +08:00
feat: v1.0.8
This commit is contained in:
parent
b588c7bf7e
commit
8d42247dec
@ -5,6 +5,11 @@
|
|||||||
<!-- TODO: 提交之前检查eslint -->
|
<!-- TODO: 提交之前检查eslint -->
|
||||||
<!-- TODO: 修改webpack配置 -->
|
<!-- TODO: 修改webpack配置 -->
|
||||||
|
|
||||||
|
|
||||||
|
### [V1.0.8]
|
||||||
|
|
||||||
|
* fix: 修复windows系统无法使用的问题
|
||||||
|
* fix: 修复选择日期差一天的问题
|
||||||
### [V1.0.7]
|
### [V1.0.7]
|
||||||
|
|
||||||
* fix: 修复commit日期为今天的问题
|
* fix: 修复commit日期为今天的问题
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"displayName": "Auto Commit",
|
"displayName": "Auto Commit",
|
||||||
"description": "自动提交commit到github",
|
"description": "自动提交commit到github",
|
||||||
"publisher": "OBKoro1",
|
"publisher": "OBKoro1",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vsce package",
|
"build": "vsce package",
|
||||||
"vscode:prepublish": "webpack --mode production",
|
"vscode:prepublish": "webpack --mode production",
|
||||||
|
Loading…
Reference in New Issue
Block a user