We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294d635 commit 6efaba7Copy full SHA for 6efaba7
package.json
@@ -139,5 +139,41 @@
139
"trailingComma": "all",
140
"singleQuote": true
141
},
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
159
160
161
+ "type": "style",
162
163
164
165
+ "type": "refactor",
166
167
168
169
+ "type": "perf",
170
171
172
173
+ "type": "test",
174
175
+ }
176
+ ]
177
178
"snyk": true
179
}
0 commit comments