We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f655da3 commit 9b1e4f2Copy full SHA for 9b1e4f2
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
4
5
+## [1.0.9]
6
+- ✨ Feat:[Added localization](https://github.com/RedJue/git-commit-plugin/pull/60)
7
+THX @[spotnick](https://github.com/spotnick)
8
## [1.0.8]
9
- 🐞Fix:[【Bug】无法添加多个自定义提交类型(commit type](https://github.com/RedJue/git-commit-plugin/issues/54)
10
## [1.0.7]
package.json
@@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
- "version": "1.0.8",
+ "version": "1.0.9",
"engines": {
"vscode": "^1.42.0"
},
@@ -117,4 +117,4 @@
117
"vsce": "^1.95.0",
118
"vscode-nls-i18n": "^0.2.4"
119
}
120
-}
+}
0 commit comments