Skip to content

Latest commit

History

History
66 lines (31 loc) 路 3.06 KB

CHANGELOG.md

File metadata and controls

66 lines (31 loc) 路 3.06 KB

Changelog

2.4.2 (2022-09-26)

Bug Fixes

2.4.1 (2021-08-09)

Bug Fixes

  • Don't require package.json for simple commands (#840) (#862) (ad5d045)
  • Fix saving credentials when refreshed. (#863) (48e6fa3)
  • Honor --project CLI option (#865) (deacf03)
  • Shut down embedded server on login faster (40e0b3d)

2.4.0 (2021-06-11)

Features

  • env & option based config files (1b68374)

Bug Fixes

  • unnecessary code caused help command to crash (3741f71)

Miscellaneous Chores

2.3.2 (2021-05-17)

Miscellaneous Chores

  • Republish 2.3.0 as 2.3.2 due to unintended breaking changes in 2.3.1

2.3.1 (2021-05-11)

Features

  • env & option based config files (1b68374)

Bug Fixes

  • Add missing find-up dependency (#833) (0c9c773)
  • commander 6 option clash (f2b7092)
  • commander 6 option clash (#816) (517a9d8)
  • Make tests green again -- update commander version + minor adjustments. Also fix cleanup of tests to correctly restore credentials (d526a9f)

Miscellaneous Chores