Skip to content

Commit

Permalink
Release version 5.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Feb 25, 2024
1 parent dcded3b commit 0d975a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 5.0.7 (2024-02-25)

##### Refactors

* **execute:** loosen up the default resolver type (dcded3b6)

#### 5.0.6 (2024-02-25)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-box",
"description": "An extensible GraphQL client and server with modules for caching, request parsing, subscriptions and more.",
"version": "5.0.7",
"version": "5.0.8",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/execute",
"description": "The GraphQL Box execute module.",
"version": "5.0.1",
"version": "5.0.2",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down

0 comments on commit 0d975a3

Please sign in to comment.