Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 19:40
· 14 commits to main since this release

2.0.0 (2022-06-30)

Bug Fixes

  • add stderr output to debug usage (a1179b3)

BREAKING CHANGES

  • The shape of stderr and stdout have changed from:
Array<string | Buffer>

To:

Array<{contents: string | Buffer, timestamp: number}>