Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 2.29 KB

2.2.0 (2024-11-27)

Features

Bug Fixes

  • add permissions: write to create release action (776bc30)

Tests

2.1.0 (2023-05-16)

Features

  • add support for green-button merges (9e87160)

2.0.1 (2023-04-04)

Trivial Changes

  • deps: bump actions/setup-node from 3.5.1 to 3.6.0 (d4c0cac)

2.0.0 (2023-04-04)

⚠ BREAKING CHANGES

  • refactor, format, and update

Features

  • refactor, format, and update (4fbc36a)

Bug Fixes

  • check for and handle process erorrs (f3db5f7)
  • full-depth checkout to make tests work (2c69ecd)
  • release from main, not master (2f458df)
  • use pipeline to catch errors (090d127)

Trivial Changes