Skip to content

Commit 55edd28

Browse files
chore: standardize quotes in changelog config
1 parent 98b204e commit 55edd28

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

changelog.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module.exports = {
22
types: [
3-
{ type: "feat", section: "Added" },
4-
{ type: "fix", section: "Fixed" },
5-
{ type: "perf", section: "Performance Improvements" },
6-
{ type: "docs", section: "Documentation" },
7-
{ type: "chore", section: "Chores" },
8-
{ type: "refactor", section: "Code Refactoring" },
9-
{ type: "test", section: "Tests" },
10-
{ type: "build", section: "Build System" },
11-
{ type: "ci", section: "Continuous Integration" },
3+
{ type: 'feat', section: 'Added' },
4+
{ type: 'fix', section: 'Fixed' },
5+
{ type: 'perf', section: 'Performance Improvements' },
6+
{ type: 'docs', section: 'Documentation' },
7+
{ type: 'chore', section: 'Chores' },
8+
{ type: 'refactor', section: 'Code Refactoring' },
9+
{ type: 'test', section: 'Tests' },
10+
{ type: 'build', section: 'Build System' },
11+
{ type: 'ci', section: 'Continuous Integration' },
1212
],
1313
}

0 commit comments

Comments
 (0)