From b33fea59764f65a58134000b7ce38fedca02ee2d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 8 May 2017 23:21:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release.json b/.release.json index 73806fe..4dc6426 100644 --- a/.release.json +++ b/.release.json @@ -11,5 +11,5 @@ "npm": { "publish": true }, - "changelogCommand": "git log --pretty=format:'- %s (%h)' [REV_RANGE] | grep -e '[✨♿️⚡️🐛⬆️⬇️➖⏪👽💡📄]'" + "changelogCommand": "git log --pretty=format:'- %s (%h)' [REV_RANGE]" } diff --git a/package.json b/package.json index a9137fa..7901a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-mdc", - "version": "0.0.4", + "version": "0.0.5", "description": "Material Components Web for Vue.js", "author": "Eduardo San Martin Morote ", "main": "dist/vue-mdc.common.js",