There was an error while loading. Please reload this page.
1 parent 961d3ff commit 1576687Copy full SHA for 1576687
lib/load-changelog-config.js
@@ -1,7 +1,7 @@
1
-import conventionalChangelogAngular from "conventional-changelog-angular";
2
-import importFrom from "import-from-esm";
3
import { dirname } from "node:path";
4
import { fileURLToPath } from "node:url";
+import importFrom from "import-from-esm";
+import conventionalChangelogAngular from "conventional-changelog-angular";
5
6
/**
7
* Load `conventional-changelog-parser` options. Handle presets that return either a `Promise<Array>` or a `Promise<Function>`.
0 commit comments