diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6f8eb..c86a764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.12](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.11...v1.0.12) (2019-05-20) + + +### Build System + +* just one command run ([7631839](https://github.com/Kikobeats/git-authors-cli/commit/7631839)) + + + ### [1.0.11](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.10...v1.0.11) (2019-05-20) diff --git a/package.json b/package.json index 0a04585..514ea6c 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.11", + "version": "1.0.12", "bin": { "git-authors-cli": "bin/index.js" },