From 86a9054823bc6371b7e6484f9533efaeb2ceb1d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jul 2019 18:28:18 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.2.0](https://github.com/streamich/git-cz/compare/v3.1.1...v3.2.0) (2019-07-01) ### Bug Fixes * 🐛 don't add emoji to head only when "disableEmoji" is true ([45489c8](https://github.com/streamich/git-cz/commit/45489c8)) ### Features * 🎸 added disableEmojis on config ([448873e](https://github.com/streamich/git-cz/commit/448873e)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2b42bd..2e678e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.2.0](https://github.com/streamich/git-cz/compare/v3.1.1...v3.2.0) (2019-07-01) + + +### Bug Fixes + +* 🐛 don't add emoji to head only when "disableEmoji" is true ([45489c8](https://github.com/streamich/git-cz/commit/45489c8)) + + +### Features + +* 🎸 added disableEmojis on config ([448873e](https://github.com/streamich/git-cz/commit/448873e)) + ## [3.1.1](https://github.com/streamich/git-cz/compare/v3.1.0...v3.1.1) (2019-04-26) diff --git a/package.json b/package.json index a4fb8960..3d431289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-cz", - "version": "3.1.1", + "version": "3.2.0", "description": "Semantic emojified git commit, git-cz", "main": "dist/cz.js", "bin": {