Skip to content

Commit

Permalink
chore(release): 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 16, 2020
1 parent 68f20ca commit e2aea0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.26](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.25...v1.0.26) (2020-05-16)

### [1.0.25](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.24...v1.0.25) (2020-05-07)

### [1.0.24](https://github.com/Kikobeats/git-authors-cli/compare/v1.0.23...v1.0.24) (2020-03-20)
Expand Down
17 changes: 4 additions & 13 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.25",
"version": "1.0.26",
"bin": {
"git-authors": "bin/index.js",
"git-authors-cli": "bin/index.js"
Expand All @@ -13,18 +13,9 @@
"url": "https://kikobeats.com"
},
"contributors": [
{
"name": "Jorge Marin",
"email": "[email protected]"
},
{
"name": "Manuel Rueda",
"email": "[email protected]"
},
{
"name": "achingbrain",
"email": "[email protected]"
}
"Jorge Marin <[email protected]>",
"Manuel Rueda <[email protected]>",
"achingbrain <[email protected]>"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit e2aea0f

Please sign in to comment.