Skip to content

Releases: ianprime0509/temperament

v3.0.4

01 Feb 01:09
87c9d54
Compare
Choose a tag to compare

3.0.4 (2022-02-01)

v3.0.3

01 Feb 01:08
0077479
Compare
Choose a tag to compare

3.0.3 (2022-02-01)

v3.0.2

30 Dec 18:59
a0775bb
Compare
Choose a tag to compare

3.0.2 (2021-12-30)

Bug Fixes

  • build: use cjs/mjs extensions on dist files (#23) (a0775bb)

v3.0.1

27 Dec 15:36
c97cb43
Compare
Choose a tag to compare

3.0.1 (2021-12-27)

Bug Fixes

  • build: run build script before publish (#19) (c97cb43)

v3.0.0

24 Dec 20:51
9cbbbb7
Compare
Choose a tag to compare

3.0.0 (2021-12-24)

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.