diff --git a/CHANGELOG.md b/CHANGELOG.md index 6464220c..44599fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 11f9b4c4..074d5204 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",