Skip to content

Commit 9b1e4f2

Browse files
committed
feat(version): release 1.0.9
1 parent f655da3 commit 9b1e4f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

33

44

5+
## [1.0.9]
6+
- ✨ Feat:[Added localization](https://github.com/RedJue/git-commit-plugin/pull/60)
7+
THX @[spotnick](https://github.com/spotnick)
58
## [1.0.8]
69
- 🐞Fix:[【Bug】无法添加多个自定义提交类型(commit type](https://github.com/RedJue/git-commit-plugin/issues/54)
710
## [1.0.7]

package.json

+2-2
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.8",
5+
"version": "1.0.9",
66
"engines": {
77
"vscode": "^1.42.0"
88
},
@@ -117,4 +117,4 @@
117117
"vsce": "^1.95.0",
118118
"vscode-nls-i18n": "^0.2.4"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)