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

Commit

Permalink
chore: release v0.12.0 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored Feb 12, 2021
1 parent a5816c8 commit 5870ab5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.12.0](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.11.1...v0.12.0) (2021-02-11)


### Features

* add git top level option ([#420](https://github.com/KnisterPeter/vscode-commitizen/issues/420)) ([9fb6f0c](https://github.com/KnisterPeter/vscode-commitizen/commit/9fb6f0cb921ad47bcf6d8f95341966c4e0689ea5))



## [0.11.1](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.11.0...v0.11.1) (2021-02-11)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-commitizen",
"displayName": "Visual Studio Code Commitizen Support",
"description": "commitizen - git commit with conventions",
"version": "0.11.1",
"version": "0.12.0",
"publisher": "KnisterPeter",
"engines": {
"vscode": "^1.46.0"
Expand Down Expand Up @@ -56,9 +56,9 @@
"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."
},
"commitizen.useGitRoot": {
"type": "boolean",
"default": false,
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
"type": "boolean",
"default": false,
"description": "Use git root to locate .cz-config.js file via `git rev-parse --show-toplevel`"
},
"commitizen.shell": {
"type": "boolean",
Expand Down

0 comments on commit 5870ab5

Please sign in to comment.