Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 04:24
8cafb21

Minor Changes

  • 01acb1c: Default imports are now converted to namespace imports

    import z from "zod";

    to

    import * as z from "zod";