Skip to content

Commit 48baf7d

Browse files
committed
chore: release 3.0.11
1 parent aaf68b7 commit 48baf7d

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

package.json

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-unistyles",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "Level up your React Native StyleSheet",
55
"scripts": {
66
"test": "NODE_ENV=babel-test jest ./plugin",
@@ -215,16 +215,44 @@
215215
"@release-it/conventional-changelog": {
216216
"writerOpts": {
217217
"groupBy": "type",
218-
"commitGroupsSort": ["feat", "fix", "perf", "refactor", "docs", "chore"],
219-
"commitsSort": ["scope", "subject"]
218+
"commitGroupsSort": [
219+
"feat",
220+
"fix",
221+
"perf",
222+
"refactor",
223+
"docs",
224+
"chore"
225+
],
226+
"commitsSort": [
227+
"scope",
228+
"subject"
229+
]
220230
},
221231
"types": [
222-
{"type": "feat", "section": "Features"},
223-
{"type": "fix", "section": "Bug Fixes"},
224-
{"type": "perf", "section": "Performance Improvements"},
225-
{"type": "refactor", "section": "Code Refactoring"},
226-
{"type": "docs", "section": "Documentation"},
227-
{"type": "chore", "section": "Maintenance"}
232+
{
233+
"type": "feat",
234+
"section": "Features"
235+
},
236+
{
237+
"type": "fix",
238+
"section": "Bug Fixes"
239+
},
240+
{
241+
"type": "perf",
242+
"section": "Performance Improvements"
243+
},
244+
{
245+
"type": "refactor",
246+
"section": "Code Refactoring"
247+
},
248+
{
249+
"type": "docs",
250+
"section": "Documentation"
251+
},
252+
{
253+
"type": "chore",
254+
"section": "Maintenance"
255+
}
228256
]
229257
}
230258
}

0 commit comments

Comments
 (0)