We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f2866 commit 47ce04aCopy full SHA for 47ce04a
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+1.1.0 / 2018-02-22
3
+==================
4
+
5
+ * Misc: Publish TypeScript declaration in package (#21, @alexstrat)
6
+ * Misc: TypeScript Refactor (#15, @lakhansamani)
7
+ * Docs: Update README.md to include GraphQLError import (#14, @michieldewilde)
8
9
1.0.3 / 2017-09-07
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-resolvers",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments