minor: Disable contributors in CHANGELOG

This commit is contained in:
2026-01-13 08:46:52 -05:00
parent 9495c4f004
commit de126b0953
2 changed files with 1 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
"postinstall": "pnpm --sequential /postinstall:.*/",
"postinstall:nuxt": "nuxt prepare",
"preview": "nuxt preview",
"release": "pnpm lint && changelogen --release --push"
"release": "pnpm lint && changelogen --noAuthors --release --push"
},
"dependencies": {
"nuxt": "^4.2.2",