issue-label-manager-action/CHANGELOG.md
2021-05-29 11:29:09 -04:00

18 lines
631 B
Markdown

# 3.0.0 - May 29, 2021
- breaking: Switched default behavior to not delete default labels. To enable this, set `delete` input to true
- chore: Moved from parcel to NCC for bundling the code down
- fix: no longer tries to update if the label didn't have a description
- chore: Updated dependencies
# 2.0.0 - August 25, 2019
- feat: Updated to JS Actions syntax. Removed Dockerfile and switched to action.yml with bundled version of package using parcel
# 1.1.0 - February 19, 2019
- feat: When inserting a color in a hexcode syntax, having a # in front of it will work as expected
# 1.0.0 - February 11, 2019
Initial Release