We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3017b commit d0d30a4Copy full SHA for d0d30a4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## master
2
3
+## 1.0.1 (July 18, 2016)
4
+* Fix flow-type errors
5
+* Update `flow-bin` till 0.29
6
+* Fix `peerDependencies`
7
+* Update `graphql-compose` till 0.0.7
8
+
9
## 1.0.0 (July 15, 2016)
10
* update `graphql-compose` till 0.0.6
11
* small fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-relay",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.",
"files": [
"es",
0 commit comments