diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c13ee7..73b8652f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.14.1](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.14.0...v0.14.1) (2021-04-16) + + +### Bug Fixes + +* gitroot only worked once ([#483](https://github.com/KnisterPeter/vscode-commitizen/issues/483)) ([858d6bc](https://github.com/KnisterPeter/vscode-commitizen/commit/858d6bc72a3e043da0b971aadb19d78ef738323f)) + + + # [0.14.0](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.13.1...v0.14.0) (2021-04-14) diff --git a/package.json b/package.json index 9865b04f..06a9f312 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.14.0", + "version": "0.14.1", "publisher": "KnisterPeter", "engines": { "vscode": "^1.55.0"