Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Le Cam committed Jan 10, 2019
1 parent f8de825 commit de80e9c
Show file tree
Hide file tree
Showing 4 changed files with 811 additions and 417 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.1.0 (2019-01-10)

Add `headers` option, [PR #4](https://github.com/MainframeHQ/graphql-fetch-schema/pull/4/files) by [BkunS](https://github.com/BkunS)

## v1.0.0 (2018-08-31)

- Update GraphQL to v14
Expand Down Expand Up @@ -32,7 +36,7 @@ Update GraphQL to v0.10.0

## v0.5.0 (2017-04-24)

Add `cookie` option, [PR #2](https://github.com/thusfresh/graphql-fetch-schema/pull/2) by [securingsincity](https://github.com/securingsincity)
Add `cookie` option, [PR #2](https://github.com/MainframeHQ/graphql-fetch-schema/pull/2) by [securingsincity](https://github.com/securingsincity)

## v0.4.0 (2017-01-25)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Mainframe
Copyright (c) 2018-present Mainframe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-fetch-schema",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fetch a GraphQL schema from a server and write it to file",
"keywords": [
"graphql",
Expand Down Expand Up @@ -30,20 +30,20 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"commander": "^2.17.1",
"graphql": "^14.0.0",
"node-fetch": "^2.2.0",
"@babel/runtime": "^7.2.0",
"commander": "^2.19.0",
"graphql": "^14.0.2",
"node-fetch": "^2.3.0",
"ora": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-flow": "^7.0.0",
"del-cli": "^1.1.0",
"flow-bin": "^0.79.1",
"prettier": "^1.14.2"
"flow-bin": "^0.89.0",
"prettier": "^1.15.3"
}
}
Loading

0 comments on commit de80e9c

Please sign in to comment.