Skip to content

Commit

Permalink
chore(release): 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 2, 2019
1 parent 7eebff5 commit bc58750
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
47 changes: 44 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)



<a name="1.0.9"></a>
## 1.0.9 (2019-01-16)

Expand Down Expand Up @@ -78,6 +122,3 @@
# 1.0.0 (2018-06-20)

* First commit ([86eb7fa](https://github.com/Kikobeats/git-authors-cli/commit/86eb7fa))



9 changes: 7 additions & 2 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://documentup.com/Kikobeats/git-authors-cli",
"version": "1.0.9",
"version": "1.0.10",
"bin": {
"git-authors-cli": "bin/index.js"
},
Expand Down Expand Up @@ -100,5 +100,10 @@
"scripts": {
"prechangelog": "git-authors-cli"
}
}
},
"contributors": [
"ImgBotApp <[email protected]>",
"Jorge Marin <[email protected]>",
"Manuel Rueda <[email protected]>"
]
}

0 comments on commit bc58750

Please sign in to comment.