File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## [ 1.1.0]
6
+ - ✨ Feat:[ Added localization support for ja-jp] ( https://github.com/RedJue/git-commit-plugin/commit/d85c54eeb233c68afeeddd1493455884a6f4800b )
7
+ THX @[ haryoiro] ( https://github.com/haryoiro )
5
8
## [ 1.0.9]
6
9
- ✨ Feat:[ Added localization] ( https://github.com/RedJue/git-commit-plugin/pull/60 )
7
10
THX @[ spotnick] ( https://github.com/spotnick )
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ The plugin will automatically switch the language description based on the `vsco
85
85
** Support Language**
86
86
- en-US as default
87
87
- zh-CN
88
+ - ja-JP
88
89
89
90
## Settings Options
90
91
Original file line number Diff line number Diff line change 2
2
"name" : " git-commit-plugin" ,
3
3
"displayName" : " git-commit-plugin" ,
4
4
"description" : " Automatically generate git commit" ,
5
- "version" : " 1.0.9 " ,
5
+ "version" : " 1.1.0 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.42.0"
8
8
},
You can’t perform that action at this time.
0 commit comments