Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Apr 02:30
· 2 commits to main since this release
3137c21

Patch Changes

  • 7679d68: - Fixes import from simkl/anime

    Before

    import Anime from "simkl-node/anime";

    After

    import { Anime } from "simkl-node/anime";