Skip to content

Commit 0444b47

Browse files
committed
✨ feat(version): release 1.0.6
1 parent 1ddb2bc commit 0444b47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44

5+
## [1.0.6]
6+
- 🐞Fix:[fix commit type crash](https://github.com/RedJue/git-commit-plugin/commit/1ddb2bc248233a689ff64a4416955b57a70538f8)
57
## [1.0.5]
68
- ✨Feat:[add custom templates](https://github.com/RedJue/git-commit-plugin/commit/5225dfbbe33859e16246b29f81c3e926d559043d)
79
THX @[odinsam](https://github.com/odinsam)

package.json

Lines changed: 2 additions & 2 deletions
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.5",
5+
"version": "1.0.6",
66
"engines": {
77
"vscode": "^1.42.0"
88
},
@@ -115,4 +115,4 @@
115115
"dependencies": {
116116
"vsce": "^1.95.0"
117117
}
118-
}
118+
}

0 commit comments

Comments
 (0)