Skip to content

1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 23:57
· 13 commits to main since this release
0d64f2e
⚡️ Remove async/await usage (#67)

* Remove async/await usage

This resolves the issue where consumers of this library are expected to
include 'regenerator-runtime/runtime' even if they only support browsers
that have async/await support.

* 1.0.5