Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Dec 20:28
· 216 commits to main since this release

3.0.0 (2022-12-11)

⚠ BREAKING CHANGES

  • There is no longer a default export. Use the named export instead, e.g. use import {chain} from "@softwareventures/chain" instead of import chain from "@softwareventures/chain".

Features

  • remove default export in favour of named export (93229ee)