We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd9be commit 93a1c87Copy full SHA for 93a1c87
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
4
5
+## [1.0.8]
6
+- 🐞Fix:[【Bug】无法添加多个自定义提交类型(commit type](https://github.com/RedJue/git-commit-plugin/issues/54)
7
## [1.0.7]
8
- ✨Feat:[default type editable](https://github.com/RedJue/git-commit-plugin/commit/a7c43bc080b4ebfe12114e8b34923b03ed7cf8b6)
9
- 📃Docs:[improve readability](https://github.com/RedJue/git-commit-plugin/commit/285afbf0e30c77c2d5068f37cdd2f42b86209b7b)
package.json
@@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
- "version": "1.0.7",
+ "version": "1.0.8",
"engines": {
"vscode": "^1.42.0"
},
0 commit comments