Skip to content

Commit 106ec8f

Browse files
committed
release 1.8.0
1 parent 9d4ca8b commit 106ec8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

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+
28
1.7.1 / 2018-02-22
39
==================
410

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-errors",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)