Skip to content

Commit

Permalink
release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Feb 23, 2018
1 parent 0c4a6e1 commit df8ab0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.7.0 / 2018-02-22
==================

* Misc: Refactored in TypeScript (#19, #22, @iamdanthdev, @lakhansamani)
* Fix: Fix createError interface post-typescript refactor (@thebigredgeek)
* Fix: Fix showPath option to correctly toggle error path exposure regardless of showLocation state (@thebigredgeek)

1.5.1 / 2017-09-07
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-errors",
"version": "1.6.3",
"version": "1.7.0",
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit df8ab0d

Please sign in to comment.