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": {