Skip to content

Commit

Permalink
Version Packages (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 6, 2022
1 parent 0111863 commit 9f6a142
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/moody-trees-give.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-executor

## 0.0.14

### Patch Changes

- 01118639: Fix ExecutorSchema isNonNullType method

Client documents may wrap input types with non-nullable wrapper types not present in the schema. The ExecutorSchema should recognize these non-nullable types as such.

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "graphql-executor",
"version": "0.0.13",
"version": "0.0.14",
"description": "A customizable GraphQL Spec compliant Executor class.",
"license": "MIT",
"main": "index",
Expand Down

0 comments on commit 9f6a142

Please sign in to comment.