Skip to content

Commit 34c0dfc

Browse files
committed
feat: release 1.3.0
1 parent 8a5b4d1 commit 34c0dfc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

3-
3+
## [1.3.0]
4+
- ✨ Feat: [允许将当前 commit message 作为 subject 默认内容](https://github.com/RedJue/git-commit-plugin/pull/100)
5+
THX @[moeyua](https://github.com/moeyua)
46
## [1.2.1]
57
- 🐞Fix: [after restarting the extension host, the plugin cannot be activated normally](https://github.com/RedJue/git-commit-plugin/issues/93)
68
THX @[MaLuns](https://github.com/MaLuns)

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.2.1",
5+
"version": "1.3.0",
66
"engines": {
77
"vscode": "^1.42.0"
88
},
@@ -122,4 +122,4 @@
122122
"vsce": "^1.95.0",
123123
"vscode-nls-i18n": "^0.2.4"
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)