Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-andrewrhyne committed Apr 17, 2018
1 parent 181c105 commit c72a619
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.9.0 / 2018-04-17
==================

* Feature: Added `internalData` property for non-serialized context data (@n1ru4l, #41)

1.8.0 / 2018-04-10
==================

Expand Down
2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export interface ErrorConfig {
message: string;
time_thrown?: string;
data?: object;
internalData?: object;
options?: {
showPath?: boolean;
showLocations?: boolean;
Expand All @@ -21,6 +22,7 @@ export declare class ApolloError extends ExtendableError {
message: string;
time_thrown: string;
data: object;
internalData: object;
path: any;
locations: any;
_showLocations: boolean;
Expand Down
4 changes: 4 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.0",
"version": "1.9.0",
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c72a619

Please sign in to comment.