Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 20:11
ae6b269

Major Changes

  • cbcd18e: Fix CJS interop. This change generally shouldn't be breaking, but in case it is,
    it's being marked as a major change. The result of this change is that ESM and
    CJS should both work as intended without needing to do require().default
    tricks.