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" : " graphql-codegen-typescript-mock-data" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " GraphQL Codegen plugin for building mock data" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"module" : " dist/esnext/index.js" ,
51
51
"scripts" : {
52
52
"build" : " tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs" ,
53
53
"test" : " jest" ,
54
- "auto:version" : " yarn version --`auto version` -m 'Bump version to: %s [skip ci]'" ,
54
+ "auto:version" : " yarn version --`auto version` --message 'Bump version to: %s [skip ci]'" ,
55
55
"auto:publish" : " yarn publish && git push --follow-tags --set-upstream origin $CIRCLE_BRANCH" ,
56
56
"release" : " auto changelog && yarn auto:version && yarn auto:publish && auto release"
57
57
},
You can’t perform that action at this time.
0 commit comments