Skip to content

Commit

Permalink
build: first release
Browse files Browse the repository at this point in the history
  • Loading branch information
ardeois committed Oct 29, 2019
1 parent eb115fc commit eebb72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript-mock-data",
"version": "0.0.5",
"version": "0.0.6",
"description": "GraphQL Codegen plugin for building mock data",
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"test": "jest",
"auto:version": "yarn version --`auto version` -m 'Bump version to: %s [skip ci]'",
"auto:version": "yarn version --`auto version` --message 'Bump version to: %s [skip ci]'",
"auto:publish": "yarn publish && git push --follow-tags --set-upstream origin $CIRCLE_BRANCH",
"release": "auto changelog && yarn auto:version && yarn auto:publish && auto release"
},
Expand Down

0 comments on commit eebb72b

Please sign in to comment.