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

Commit 5870ab5

Browse files
authored
chore: release v0.12.0 (#426)
1 parent a5816c8 commit 5870ab5

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.12.0](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.11.1...v0.12.0) (2021-02-11)
2+
3+
4+
### Features
5+
6+
* add git top level option ([#420](https://github.com/KnisterPeter/vscode-commitizen/issues/420)) ([9fb6f0c](https://github.com/KnisterPeter/vscode-commitizen/commit/9fb6f0cb921ad47bcf6d8f95341966c4e0689ea5))
7+
8+
9+
110
## [0.11.1](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.11.0...v0.11.1) (2021-02-11)
211

312

package.json

Lines changed: 4 additions & 4 deletions
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.11.1",
5+
"version": "0.12.0",
66
"publisher": "KnisterPeter",
77
"engines": {
88
"vscode": "^1.46.0"
@@ -56,9 +56,9 @@
5656
"description": "Set to true to capitalize the Windows drive letter in Git's working directory path. Git treats paths as case sensitive and may ignore [includeIf] attributes in your .gitconfig if drive letters are the wrong case."
5757
},
5858
"commitizen.useGitRoot": {
59-
"type": "boolean",
60-
"default": false,
61-
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
59+
"type": "boolean",
60+
"default": false,
61+
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
6262
},
6363
"commitizen.shell": {
6464
"type": "boolean",

0 commit comments

Comments
 (0)