Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

79 lines (52 loc) · 1.38 KB

@tonaljs/voicing-dictionary

5.1.1

Patch Changes

5.1.0

Minor Changes

  • 56d89f7: #### default export is deprecated for @tonaljs modules

    Using default exports for single packages are deprecated, so instead of:

    import Note from "@tonaljs/note";

    You should do this:

    import * as Note from "@tonaljs/note";

    The same for all modules.

Patch Changes

5.0.3

Patch Changes

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • 15017c0: First published version

Patch Changes