π₯ β¨ It's all about "Context"!
This release adds support for the Chorus Context feature.
π₯ Breaking change:
publishStep
signature has changed:
- from
(...args: Array<string>) => number | string | void
- to
(Array<string>, Context) => number | string | void