From bc587506e6438e62d94460ced51eed770e1bb80a Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 2 May 2019 13:05:18 +0000 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 9 +++++++-- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acffb2..e835af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +# Change Log + +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.10 (2019-05-02) + + + +## 1.0.9 (2019-01-16) + + + +## 1.0.8 (2018-11-27) + + + +## 1.0.7 (2018-11-06) + + + +## 1.0.6 (2018-10-14) + + + +## 1.0.5 (2018-10-10) + + + +## 1.0.4 (2018-06-24) + + + +## 1.0.3 (2018-06-22) + + + +## 1.0.1 (2018-06-20) + + + +# 1.0.0 (2018-06-20) + + + ## 1.0.9 (2019-01-16) @@ -78,6 +122,3 @@ # 1.0.0 (2018-06-20) * First commit ([86eb7fa](https://github.com/Kikobeats/git-authors-cli/commit/86eb7fa)) - - - diff --git a/package.json b/package.json index 54a4c9a..a16f7b8 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.9", + "version": "1.0.10", "bin": { "git-authors-cli": "bin/index.js" }, @@ -100,5 +100,10 @@ "scripts": { "prechangelog": "git-authors-cli" } - } + }, + "contributors": [ + "ImgBotApp ", + "Jorge Marin ", + "Manuel Rueda " + ] }