Skip to content

Commit ecc5a64

Browse files
committed
✨ feat(version): release 1.0.7
1 parent a7c43bc commit ecc5a64

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33

44

5+
## [1.0.7]
6+
- ✨Feat:[default type editable](https://github.com/RedJue/git-commit-plugin/commit/a7c43bc080b4ebfe12114e8b34923b03ed7cf8b6)
7+
- 📃Docs:[improve readability](https://github.com/RedJue/git-commit-plugin/commit/285afbf0e30c77c2d5068f37cdd2f42b86209b7b)
8+
THX @[MichaelCurrin](https://github.com/MichaelCurrin)
9+
- 🐞Fix:[修复未填写 scope 时输出空括号对问题](https://github.com/RedJue/git-commit-plugin/pull/52/commits/60ee9446aeef8253db95c807bec22197b7fe6b58)
10+
THX @[whwnow](https://github.com/whwnow)
511
## [1.0.6]
612
- 🐞Fix:[fix commit type crash](https://github.com/RedJue/git-commit-plugin/commit/1ddb2bc248233a689ff64a4416955b57a70538f8)
713
## [1.0.5]

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ A detailed explanation can be found in this [document](https://docs.google.com/d
9999
```json5
100100
[
101101
{
102-
// If there are duplicate labels, rewrite the config,otherwise add As a new configuration addition
102+
// If there are duplicate keys, rewrite the config,otherwise add As a new configuration addition
103+
"key": "customTypeKey",
103104
"label": "customTypeName",
104105
"detail": "customTypeDetail",
105106
"icon":"customIcon"

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.6",
5+
"version": "1.0.7",
66
"engines": {
77
"vscode": "^1.42.0"
88
},

0 commit comments

Comments
 (0)