We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddb2bc commit 0444b47Copy full SHA for 0444b47
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
4
5
+## [1.0.6]
6
+- 🐞Fix:[fix commit type crash](https://github.com/RedJue/git-commit-plugin/commit/1ddb2bc248233a689ff64a4416955b57a70538f8)
7
## [1.0.5]
8
- ✨Feat:[add custom templates](https://github.com/RedJue/git-commit-plugin/commit/5225dfbbe33859e16246b29f81c3e926d559043d)
9
THX @[odinsam](https://github.com/odinsam)
package.json
@@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
- "version": "1.0.5",
+ "version": "1.0.6",
"engines": {
"vscode": "^1.42.0"
},
@@ -115,4 +115,4 @@
115
"dependencies": {
116
"vsce": "^1.95.0"
117
}
118
-}
+}
0 commit comments