Skip to content

Commit

Permalink
Merge pull request #22 from ccntrq/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--git-suggest-reviewer

chore(master): release 2.0.1
  • Loading branch information
ccntrq authored Nov 4, 2022
2 parents 489dc1b + 806fd70 commit a9bbe5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html). For commit guidelines see
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [2.0.1](https://github.com/ccntrq/git-suggest-reviewer/compare/v2.0.0...v2.0.1) (2022-11-04)


### Bug Fixes

* **cli:** correct the description for `-e/--show-email` option ([6989e6d](https://github.com/ccntrq/git-suggest-reviewer/commit/6989e6df2decce5d230a56b3a1b1257b44552bff))

## [2.0.0](https://github.com/ccntrq/git-suggest-reviewer/compare/v1.0.2...v2.0.0) (2022-11-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-suggest-reviewer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Suggest candidates for a code review based on git history",
"license": "MIT",
"repository": "ccntrq/git-suggest-reviewer",
Expand Down

0 comments on commit a9bbe5f

Please sign in to comment.