Skip to content

Commit 6983b8c

Browse files
fix(changelog): parse import (#20368)
1 parent 74e3687 commit 6983b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import { default as parse } from '@commitlint/parse';
8+
import { parse } from '@commitlint/parse';
99
import { execa } from 'execa';
1010

1111
// We keep a list of commits that are process-oriented that we never want to

0 commit comments

Comments
 (0)