@soybeanjs/changelog 0.3.19 → 0.3.20

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/index.cjs CHANGED
@@ -2567,7 +2567,6 @@ async function generateTotalChangelog(options, showProgress = true) {
2567
2567
  const markdown = await getTotalChangelogMarkdown(opts, showProgress);
2568
2568
  await writeMarkdown(markdown, opts.output, true);
2569
2569
  }
2570
- generateTotalChangelog();
2571
2570
  // Annotate the CommonJS export names for ESM import in node:
2572
2571
  0 && (module.exports = {
2573
2572
  generateChangelog,
package/dist/index.js CHANGED
@@ -630,7 +630,6 @@ async function generateTotalChangelog(options, showProgress = true) {
630
630
  const markdown = await getTotalChangelogMarkdown(opts, showProgress);
631
631
  await writeMarkdown(markdown, opts.output, true);
632
632
  }
633
- generateTotalChangelog();
634
633
  export {
635
634
  generateChangelog,
636
635
  generateTotalChangelog,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/changelog",
3
3
  "type": "module",
4
- "version": "0.3.19",
4
+ "version": "0.3.20",
5
5
  "description": "generate changelog form git tags and commits for github",
6
6
  "author": {
7
7
  "name": "Soybean",