Skip to content

Commit

Permalink
feat: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RedJue committed Apr 1, 2024
1 parent 8a5b4d1 commit 34c0dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG


## [1.3.0]
- ✨ Feat: [允许将当前 commit message 作为 subject 默认内容](https://github.com/RedJue/git-commit-plugin/pull/100)
THX @[moeyua](https://github.com/moeyua)
## [1.2.1]
- 🐞Fix: [after restarting the extension host, the plugin cannot be activated normally](https://github.com/RedJue/git-commit-plugin/issues/93)
THX @[MaLuns](https://github.com/MaLuns)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "git-commit-plugin",
"displayName": "git-commit-plugin",
"description": "Automatically generate git commit",
"version": "1.2.1",
"version": "1.3.0",
"engines": {
"vscode": "^1.42.0"
},
Expand Down Expand Up @@ -122,4 +122,4 @@
"vsce": "^1.95.0",
"vscode-nls-i18n": "^0.2.4"
}
}
}

0 comments on commit 34c0dfc

Please sign in to comment.