Skip to content

Commit b274e8a

Browse files
committed
fix: Fixed camel-case import
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 24ba109 commit b274e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/generateChangelog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import camelCase from "camel-case"
1+
import {camelCase} from "camel-case"
22
import ensureArray from "ensure-array"
33
import hasContent from "has-content"
44
import humanizeList from "humanize-list"

0 commit comments

Comments
 (0)