Skip to content

Commit a8d1b86

Browse files
committed
v3.0.0
1 parent 309406e commit a8d1b86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"husky": "3.0.4",
3030
"lint-staged": "8.2.1",
3131
"prettier": "1.18.2"
32-
}
32+
},
33+
"version": "0.0.0"
3334
}

packages/graphql-codegen-relay-optimizer-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n1ru4l/graphql-codegen-relay-optimizer-plugin",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
55
"license": "MIT",
66
"main": "dist/main/index.js",

0 commit comments

Comments
 (0)