Skip to content

v16.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 May 04:23
· 26 commits to beta since this release
1356e61

16.0.0-beta.1 (2026-05-29)

Features

  • modernize: update to align with breaking changes to project package (17f5a93)

BREAKING CHANGES

  • modernize: the minimum required node version is now v22.21
  • modernize: valid visibility options have been changed from Public/Private to OSS/ISS/CS
  • modernize: scaffold, lift, and test now require a dependencies object as a second
    argument with logger as the first required dependency to replace the previous direct dependency
    on @travi/cli-messages