Prep for 3.0.0 release

This commit is contained in:
Benjamin Lannon 2021-05-29 11:29:09 -04:00
commit 1f8a700551
5 changed files with 8 additions and 11 deletions

View file

@ -1,7 +1,8 @@
# Unreleased Changes
# 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.
- 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