mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 10:25:47 +03:00
26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"include-component-in-tag": false,
|
|
"changelog-path": "CHANGELOG.md",
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Improvements",
|
|
"hidden": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|