@qualcomm-ui/changesets-cli 1.0.3 → 1.0.4

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/dist/cli.cjs CHANGED
@@ -158819,7 +158819,7 @@ async function parseChangelog(path3) {
158819
158819
  return null;
158820
158820
  }
158821
158821
  const headerLine = lines[firstVersionIndex];
158822
- const match = headerLine.match(/^## ([\d.]+) \((\d{4}\/\d{2}\/\d{2})\)/);
158822
+ const match = headerLine.match(/^## ([\d.]+)/);
158823
158823
  if (!match) {
158824
158824
  console.log(` Invalid version format: ${headerLine}`);
158825
158825
  return null;