File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
- "version" : " 0.11.10 " ,
4
+ "version" : " 0.11.11 " ,
5
5
"packageManager" : " pnpm@10.15.0" ,
6
6
"description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
7
7
"author" : {
50
50
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && pnpm run prepare:fixtures" ,
51
51
"typecheck" : " vue-tsc --noEmit" ,
52
52
"bump" : " bumpp package.json --commit --push --tag" ,
53
- "release" : " pnpm build && pnpm test && bumpp -r - x \" pnpm run changelog \" --all " ,
53
+ "release" : " pnpm build && bumpp -x \" npx changelogen --output=CHANGELOG.md \" " ,
54
54
"lint" : " eslint ." ,
55
55
"lint:fix" : " eslint . --fix" ,
56
56
"test" : " pnpm dev:prepare && vitest --run" ,
You can’t perform that action at this time.
0 commit comments