Skip to content

Commit e62fe1d

Browse files
authored
build: first release (#3)
1 parent eb115fc commit e62fe1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-mock-data",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "GraphQL Codegen plugin for building mock data",
55
"main": "dist/commonjs/index.js",
66
"module": "dist/esnext/index.js",
@@ -51,7 +51,7 @@
5151
"scripts": {
5252
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
5353
"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]'",
5555
"auto:publish": "yarn publish && git push --follow-tags --set-upstream origin $CIRCLE_BRANCH",
5656
"release": "auto changelog && yarn auto:version && yarn auto:publish && auto release"
5757
},

0 commit comments

Comments
 (0)