From 2dbd6a3c6ea40c402a4bf5e5054f9e9a79c9b11e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Apr 2019 14:40:10 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.1.0](https://github.com/streamich/git-cz/compare/v3.0.1...v3.1.0) (2019-04-26) ### Features * 🎸 build binaries ([0a64804](https://github.com/streamich/git-cz/commit/0a64804)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..674ae572 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [3.1.0](https://github.com/streamich/git-cz/compare/v3.0.1...v3.1.0) (2019-04-26) + + +### Features + +* 🎸 build binaries ([0a64804](https://github.com/streamich/git-cz/commit/0a64804)) diff --git a/package.json b/package.json index 0ced0202..e0fd43f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-cz", - "version": "0.1.1", + "version": "3.1.0", "description": "Semantic emojified git commit, git-cz", "main": "dist/cz.js", "bin": {