Skip to content

Commit

Permalink
Merge pull request #30 from johnmanjiro13/tagpr-from-v0.1.6
Browse files Browse the repository at this point in the history
Release for v0.2.0
  • Loading branch information
johnmanjiro13 committed Oct 29, 2023
2 parents 4e7f8ee + 54b8bde commit cac72d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.2.0](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.6...v0.2.0) - 2023-10-29
- upgrade: Node 20 by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/28
- chore(deps): update dependency @vercel/ncc to ^0.38.0 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/25
- fix(deps): update dependency @actions/github to v6 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/27
- chore(deps): update actions/setup-node action to v4 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/31
- Update eslint packages by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/32

## [v0.1.6](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.5...v0.1.6) - 2023-10-03
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/24

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: johnmanjiro13/auto-reviewer-assign@v0.1.6
- uses: johnmanjiro13/auto-reviewer-assign@v0.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit cac72d5

Please sign in to comment.