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 be0d70c commit 70e8fc9Copy full SHA for 70e8fc9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## master
2
3
+## 1.0.8 (September 6, 2016)
4
+- Update dependencies
5
+- Flowtype 0.32
6
+- Fix code style issues
7
+
8
## 1.0.7 (August 15, 2016)
9
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-connection",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
"files": [
"es",
0 commit comments