Skip to content

Commit df8ab0d

Browse files
committed
release 1.7.0
1 parent 0c4a6e1 commit df8ab0d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.7.0 / 2018-02-22
3+
==================
4+
5+
* Misc: Refactored in TypeScript (#19, #22, @iamdanthdev, @lakhansamani)
6+
* Fix: Fix createError interface post-typescript refactor (@thebigredgeek)
7+
* Fix: Fix showPath option to correctly toggle error path exposure regardless of showLocation state (@thebigredgeek)
8+
29
1.5.1 / 2017-09-07
310
==================
411

package.json

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

0 commit comments

Comments
 (0)