Skip to content

Commit e51384f

Browse files
committed
feat(version): release 1.1.0
1 parent d85c54e commit e51384f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33

44

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)
58
## [1.0.9]
69
- ✨ Feat:[Added localization](https://github.com/RedJue/git-commit-plugin/pull/60)
710
THX @[spotnick](https://github.com/spotnick)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The plugin will automatically switch the language description based on the `vsco
8585
**Support Language**
8686
- en-US as default
8787
- zh-CN
88+
- ja-JP
8889

8990
## Settings Options
9091

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-commit-plugin",
33
"displayName": "git-commit-plugin",
44
"description": "Automatically generate git commit",
5-
"version": "1.0.9",
5+
"version": "1.1.0",
66
"engines": {
77
"vscode": "^1.42.0"
88
},

0 commit comments

Comments
 (0)