Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Le Cam committed Nov 14, 2016
1 parent 9cfb1bb commit 5e844b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.babelrc
src
CHANGELOG.md
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v0.2.0 (2016-11-14)

Update GraphQL to v0.8.1

## v0.1.0 (2016-11-03)

Initial release
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "graphql-fetch-schema",
"version": "0.1.0",
"version": "0.2.0",
"description": "Fetch a GraphQL schema from a server and write it to file",
"repository": {
"type": "git",
"url": "https://github.com/thusfresh/graphql-fetch-schema.git"
},
"main": "lib/index.js",
"bin": {
"graphql-fetch-schema": "./bin/graphql-fetch-schema"
Expand All @@ -18,7 +22,7 @@
"dependencies": {
"babel-runtime": "^6.18.0",
"commander": "^2.9.0",
"graphql": "^0.7.2",
"graphql": "^0.8.1",
"node-fetch": "^1.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit 5e844b5

Please sign in to comment.