Skip to content

Releases: ianprime0509/pitchy

v3.0.1

30 Dec 18:52
cc9887c
Compare
Choose a tag to compare

3.0.1 (2021-12-30)

Bug Fixes

  • build: use cjs/mjs extensions on dist files (#24) (cc9887c)

v3.0.0

27 Dec 20:09
3ce59dc
Compare
Choose a tag to compare

3.0.0 (2021-12-27)

Build System

BREAKING CHANGES

  • the build now targets Vite's default target, which is
    browsers natively supporting ES modules. This means that the code may
    not work on older platforms without transpilation.