parent
2c7b25fc2a
commit
9b9cebe6d3
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/graphql-server': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix the context not propagated down to resovlers issue.
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/graphql-server
|
# @hono/graphql-server
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#361](https://github.com/honojs/middleware/pull/361) [`2c7b25fc2a89490ac3138b6143f8e71657b49fe8`](https://github.com/honojs/middleware/commit/2c7b25fc2a89490ac3138b6143f8e71657b49fe8) Thanks [@metrue](https://github.com/metrue)! - Fix the context not propagated down to resovlers issue.
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/graphql-server",
|
"name": "@hono/graphql-server",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"repository": "git@github.com:honojs/middleware.git",
|
"repository": "git@github.com:honojs/middleware.git",
|
||||||
"author": "Minghe Huang <h.minghe@gmail.com>",
|
"author": "Minghe Huang <h.minghe@gmail.com>",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue