Skip to content

Commit d45f576

Browse files
committed
fix(changeloghub): solve -> solved
1 parent af64ddb commit d45f576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogithub.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** @type {import('npm:changelogithub').ChangelogOptions} */
33
export default {
44
types: {
5-
solve: { title: "✍️ New Problems Solved!" },
5+
solved: { title: "✍️ New Problems Solved!" },
66
feat: { title: "🚀 Features" },
77
fix: { title: "🐞 Bug Fixes" },
88
chore: { title: "🏡 Chores" },

0 commit comments

Comments
 (0)