Skip to content

Commit

Permalink
chore(release): 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 20, 2020
1 parent c267983 commit f783c0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.19](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.18...v1.0.19) (2020-01-20)


### Bug Fixes

* **package:** update execa to version 2.0.0 ([bdb9a97](https://github.com/Kikobeats/git-authors-cli/commit/bdb9a972e3469790e1ae25d645e96934d30d77a2))

### [1.0.18](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.17...v1.0.18) (2019-06-19)


Expand Down
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "git-authors-cli",
"description": "Print all contributors and add it into package.json",
"homepage": "https://nicedoc.io/Kikobeats/git-authors-cli",
"version": "1.0.18",
"version": "1.0.19",
"bin": {
"git-authors": "bin/index.js",
"git-authors-cli": "bin/index.js"
Expand All @@ -13,14 +13,8 @@
"url": "https://kikobeats.com"
},
"contributors": [
{
"name": "Jorge Marin",
"email": "[email protected]"
},
{
"name": "Manuel Rueda",
"email": "[email protected]"
}
"Jorge Marin <[email protected]>",
"Manuel Rueda <[email protected]>"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit f783c0d

Please sign in to comment.