From 954e49c132c247797d50d8e8012755c6e413e1d8 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Fri, 2 Dec 2016 16:54:54 +0100 Subject: [PATCH] chore(release): 0.3.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ac93f0..6673358c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.3.4](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.3.3...v0.3.4) (2016-12-02) + + +### Bug Fixes + +* test for custom scopes ([07231aa](https://github.com/KnisterPeter/vscode-commitizen/commit/07231aa)) + + + ## [0.3.3](https://github.com/KnisterPeter/vscode-commitizen/compare/v0.3.2...v0.3.3) (2016-12-02) diff --git a/package.json b/package.json index c9fe54c1..6b0b1b57 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.3.3", + "version": "0.3.4", "publisher": "KnisterPeter", "engines": { "vscode": "^1.7.0"