We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7474f71 commit f67676bCopy full SHA for f67676b
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## [1.4.0]
4
+- ✨ Feat: [added option to copy commit message](https://github.com/RedJue/git-commit-plugin/issues/116)
5
## [1.3.0]
6
- ✨ Feat: [允许将当前 commit message 作为 subject 默认内容](https://github.com/RedJue/git-commit-plugin/pull/100)
7
THX @[moeyua](https://github.com/moeyua)
package.json
@@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
- "version": "1.3.0",
+ "version": "1.4.0",
"engines": {
"vscode": "^1.42.0"
8
},
0 commit comments