Releases: andrii-bodnar/action-crowdin-contributors
Releases · andrii-bodnar/action-crowdin-contributors
v2.0.0
What's Changed
Breaking change
- use
node20
inaction.yml
by @andrii-bodnar in #90
Dependencies updates
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #77
- Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #78
- Bump actions/checkout from 3 to 4 by @dependabot in #79
- Bump actions/cache from 3 to 4 by @dependabot in #76
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #80
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #82
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #85
- Bump actions/setup-node from 3 to 4 by @dependabot in #86
- Bump dotenv from 16.3.1 to 16.4.1 by @dependabot in #88
- Bump the development-dependencies group with 9 updates by @dependabot in #87
- Bump axios from 1.6.0 to 1.6.7 by @dependabot in #89
Full Changelog: v1...v2.0.0
v1.0.3
v1.0.2
v1.0.1
What's Changed
- fix: set picture variable to point to avatarUrl by @RealRichi3 in #56
New Contributors
- @RealRichi3 made their first contribution in #56
Full Changelog: v1...v1.0.1
v1.0.0
Added
- The
include_languages
input - allows specifying whether to include contributed languages in the table - The
json_report
output - provides a JSON report with contributors that can be used later in your workflow
Updated
- add the
update-main-version.yml
workflow - update dependencies
- refactoring and Unit tests for the
Writer
class - bump version to v1
in #54 by @andrii-bodnar
0.2.0
Added
- A possibility to add a Crowdin project link under the contributors' table in #21 by @andrii-bodnar
- Add summary to the workflow run in #20 by @andrii-bodnar
0.1.0
Added
- Add the
contributors_table
action output in #18 by @andrii-bodnar
Updated
- Improve table layout in #18 by @andrii-bodnar
- Split e2e test workflow in #18 by @andrii-bodnar
0.0.1 Initial Release
Initial Release 🎉