Skip to content

Releases: ccntrq/git-suggest-reviewer

v3.0.0

25 Oct 14:16
7ca2285
Compare
Choose a tag to compare

3.0.0 (2023-10-25)

⚠ BREAKING CHANGES

  • node 14 not supported anymore
    • Bump version for @types/node
    • Add volta section to package.json and pin node to v20
    • remove .nvmrc

Features

  • Bump minimum node version to 16 and add node 20 to build matrix (0f59e6a)
  • Export SuggestedReviewers type (8dab435)

v2.1.0

13 Nov 17:46
6a8bdbf
Compare
Choose a tag to compare

2.1.0 (2022-11-13)

Features

  • Add possibility to pass in additional to commit (6a288b0)

v2.0.1

04 Nov 11:07
a9bbe5f
Compare
Choose a tag to compare

2.0.1 (2022-11-04)

Bug Fixes

  • cli: correct the description for -e/--show-email option (6989e6d)

v2.0.0

03 Nov 15:16
e33e6fe
Compare
Choose a tag to compare

2.0.0 (2022-11-03)

⚠ BREAKING CHANGES

  • Assume authors with same email are the same person

Features

  • Add authorEmail to ReviewerStats (23821fc)
  • Add option to show the email of an author (e2de943)
  • Assume authors with same email are the same person (a91b086)

v1.0.2

31 Oct 12:28
7afd358
Compare
Choose a tag to compare

1.0.2 (2022-10-31)

Miscellaneous Chores

  • release v1.0.2 (only ci changes) (e238345)

v1.0.1

31 Oct 12:03
309d8b5
Compare
Choose a tag to compare

1.0.1 (2022-10-31)

Miscellaneous Chores