Skip to content

Commit f5527ff

Browse files
Version Packages (#153)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a84284 commit f5527ff

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.changeset/thirty-emus-sort.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# graphql-executor
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- 3a842842: Changes to methods
8+
9+
Simplifies methods, removing methods that were added merely for their potential as hooks.
10+
Any actually needed hooks can be restored upon request.
11+
Renames several methods for clarity.
12+
Note that all Executor class methods are still considered internal.
13+
314
## 0.0.17
415

516
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-executor",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "A customizable GraphQL Spec compliant Executor class.",
55
"license": "MIT",
66
"main": "index",

0 commit comments

Comments
 (0)