diff --git a/.changeset/thirty-emus-sort.md b/.changeset/thirty-emus-sort.md deleted file mode 100644 index 2dac192027..0000000000 --- a/.changeset/thirty-emus-sort.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'graphql-executor': patch ---- - -Changes to methods - -Simplifies methods, removing methods that were added merely for their potential as hooks. -Any actually needed hooks can be restored upon request. -Renames several methods for clarity. -Note that all Executor class methods are still considered internal. diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd0354058..b3f5b227fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # graphql-executor +## 0.0.18 + +### Patch Changes + +- 3a842842: Changes to methods + + Simplifies methods, removing methods that were added merely for their potential as hooks. + Any actually needed hooks can be restored upon request. + Renames several methods for clarity. + Note that all Executor class methods are still considered internal. + ## 0.0.17 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index a931420481..d5e738e48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql-executor", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphql-executor", - "version": "0.0.17", + "version": "0.0.18", "license": "MIT", "devDependencies": { "@babel/core": "7.16.5", diff --git a/package.json b/package.json index c125c25c5c..ad8edcd7f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-executor", - "version": "0.0.17", + "version": "0.0.18", "description": "A customizable GraphQL Spec compliant Executor class.", "license": "MIT", "main": "index",