Thanks to visit codestin.com Credit goes to github.com
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 9d4ca8b commit 106ec8fCopy full SHA for 106ec8f
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+1.8.0 / 2018-04-10
3
+==================
4
+
5
+ * Fix: Wrong and missing data being returned in errors (@thebigredgeek)
6
+ * Fix: Reverted breaking change regarding spec compliance (@thebigredgeek)
7
8
1.7.1 / 2018-02-22
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-errors",
- "version": "1.7.1",
+ "version": "1.8.0",
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
"main": "dist/index.js",
"scripts": {
0 commit comments