Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 6c6c397

Browse files
authored
chore: release v1.0.0 (#581)
1 parent 8857f85 commit 6c6c397

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.15.1...v1.0.0) (2021-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **commit:** fix missing body and footer message ([#579](https://github.com/KnisterPeter/vscode-commitizen/issues/579)) ([8857f85](https://github.com/KnisterPeter/vscode-commitizen/commit/8857f8536ba9eaa0f3618ff6da79447da2388d18)), closes [#443](https://github.com/KnisterPeter/vscode-commitizen/issues/443) [#527](https://github.com/KnisterPeter/vscode-commitizen/issues/527)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **commit:** remove quoteMessageInGitCommit option
12+
13+
14+
115
## [0.15.1](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.15.0...v0.15.1) (2021-07-26)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-commitizen",
33
"displayName": "Visual Studio Code Commitizen Support",
44
"description": "commitizen - git commit with conventions",
5-
"version": "0.15.1",
5+
"version": "1.0.0",
66
"publisher": "KnisterPeter",
77
"engines": {
88
"vscode": "^1.55.0"

0 commit comments

Comments
 (0)