Skip to content

Commit 6efaba7

Browse files
committed
chore(changelog): Change 'bug fixes' to 'fixes and improvements'
1 parent 294d635 commit 6efaba7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

+36
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,41 @@
139139
"trailingComma": "all",
140140
"singleQuote": true
141141
},
142+
"standard-version": {
143+
"types": [
144+
{
145+
"type": "feat",
146+
"section": "Features"
147+
},
148+
{
149+
"type": "fix",
150+
"section": "Fixes and Improvements"
151+
},
152+
{
153+
"type": "chore",
154+
"hidden": true
155+
},
156+
{
157+
"type": "docs",
158+
"hidden": true
159+
},
160+
{
161+
"type": "style",
162+
"hidden": true
163+
},
164+
{
165+
"type": "refactor",
166+
"hidden": true
167+
},
168+
{
169+
"type": "perf",
170+
"hidden": true
171+
},
172+
{
173+
"type": "test",
174+
"hidden": true
175+
}
176+
]
177+
},
142178
"snyk": true
143179
}

0 commit comments

Comments
 (0)