Skip to content

Latest commit

 

History

History
115 lines (56 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

115 lines (56 loc) · 6.28 KB

Changelog

1.4.0 (2022-07-18)

Features

  • allow certain conventional commit types to be ignored (#24) (b5da323)
  • docs: update action description (#20) (8306bff)
  • implement support for additional labels (#11) (bf65853)
  • stub out initial implementation (553163e)

Bug Fixes

  • build: es-main does not work with ncc (f44bea1)
  • build: GitHub actions do not support ESM (f896644)
  • build: run index.mjs (6360654)
  • build: use node12 for action (f8ecf11)
  • correct formatting in action.yml (ce968b7)
  • deps: address vulnerabilities, upgrading ansi-regex and minimist and node-fetch (#31) (61b86a2)
  • handle missing label (cc51296)
  • labels must be removed one at a time (#14) (5d98472)
  • shorten description (6c0719e)

1.3.1 (2022-07-18)

Bug Fixes

  • deps: address vulnerabilities, upgrading ansi-regex and minimist and node-fetch (#31) (61b86a2)

1.3.0 (2021-10-14)

Features

  • allow certain conventional commit types to be ignored (#24) (b5da323)

1.2.2 (2021-10-10)

Bug Fixes

1.2.1 (2021-10-10)

Bug Fixes

  • correct formatting in action.yml (ce968b7)

1.2.0 (2021-10-10)

Features

1.1.2 (2021-10-10)

Bug Fixes

1.1.1 (2021-10-10)

Bug Fixes

  • labels must be removed one at a time (#14) (5d98472)

1.1.0 (2021-10-10)

Features

  • implement support for additional labels (#11) (bf65853)

1.0.4 (2021-10-08)

Bug Fixes

  • build: GitHub actions do not support ESM (f896644)

1.0.3 (2021-10-08)

Bug Fixes

1.0.2 (2021-10-08)

Bug Fixes

  • build: es-main does not work with ncc (f44bea1)

1.0.1 (2021-10-08)

Bug Fixes

  • build: use node12 for action (f8ecf11)

1.0.0 (2021-10-08)

Features

  • stub out initial implementation (553163e)