@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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
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,
|