chordsheetjs 15.3.1 → 15.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -987,7 +987,7 @@ const $3d106a0ee348cfa8$export$40141681ebb03523 = {
987
987
  return this.useAccidental(accidental);
988
988
  }
989
989
  changeChord(func) {
990
- const chordObj = (0, $177a605b8569b31c$export$2e2bcd8739ae039).parse(this.chords.trim());
990
+ const chordObj = this.chord;
991
991
  if (chordObj) {
992
992
  const changedChord = func(chordObj);
993
993
  return this.set({
@@ -30178,7 +30178,7 @@ const $a5a21ced491ea51f$var$endSectionTags = {
30178
30178
  var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
30179
30179
 
30180
30180
 
30181
- var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '15.3.1';
30181
+ var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '15.4.0';
30182
30182
 
30183
30183
 
30184
30184