From fdf4b8852d5575535787614e7f355186be20f395 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 20 May 2019 11:21:11 +0000 Subject: [PATCH] 1 Jorge Marin 1 Manuel Rueda MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added into package.json ✨ --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5c8c1..27206b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +### [1.0.15](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.14...v1.0.15) (2019-05-20) + + + ### [1.0.14](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.13...v1.0.14) (2019-05-20) diff --git a/package.json b/package.json index a2098a2..bf4bbcc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-authors-cli", "description": "Print all contributors and add it into package.json", "homepage": "https://documentup.com/Kikobeats/git-authors-cli", - "version": "1.0.14", + "version": "1.0.15", "bin": { "git-authors-cli": "bin/index.js" },