Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.59 KB

Changelog

3.0.0 (2024-03-17)

⚠ BREAKING CHANGES

  • Upgrade to Liftoff v5 and avoid merging flags/config/env (#259)
  • Remove support for alpha versions of gulp 4 (#255)
  • Remove --verify flag (#251)
  • Replace --require flag with --preload
  • Normalize repository, dropping node <10.13 support (#239)

Features

  • Upgrade to Liftoff v5 and avoid merging flags/config/env (#259) (ed86da7)

Bug Fixes

  • Ensure the logger is wired up before running liftoff (#258) (36f05d5)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#239) (3544dc6)
  • Remove --verify flag (#251) (7aeee5d)
  • Remove support for alpha versions of gulp 4 (#255) (cb03b9a)
  • Replace --require flag with --preload (3544dc6)