We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5b4d1 commit 34c0dfcCopy full SHA for 34c0dfc
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# CHANGELOG
2
3
-
+## [1.3.0]
4
+- ✨ Feat: [允许将当前 commit message 作为 subject 默认内容](https://github.com/RedJue/git-commit-plugin/pull/100)
5
+THX @[moeyua](https://github.com/moeyua)
6
## [1.2.1]
7
- 🐞Fix: [after restarting the extension host, the plugin cannot be activated normally](https://github.com/RedJue/git-commit-plugin/issues/93)
8
THX @[MaLuns](https://github.com/MaLuns)
package.json
@@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
- "version": "1.2.1",
+ "version": "1.3.0",
"engines": {
"vscode": "^1.42.0"
},
@@ -122,4 +122,4 @@
122
"vsce": "^1.95.0",
123
"vscode-nls-i18n": "^0.2.4"
124
}
125
-}
+}
0 commit comments