Skip to content

Commit f67676b

Browse files
committed
feat: release 1.4.0
1 parent 7474f71 commit f67676b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## [1.4.0]
4+
- ✨ Feat: [added option to copy commit message](https://github.com/RedJue/git-commit-plugin/issues/116)
35
## [1.3.0]
46
- ✨ Feat: [允许将当前 commit message 作为 subject 默认内容](https://github.com/RedJue/git-commit-plugin/pull/100)
57
THX @[moeyua](https://github.com/moeyua)

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

0 commit comments

Comments
 (0)