parent
989d968795
commit
a593d311f5
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/graphql-server': patch
|
||||
---
|
||||
|
||||
add type safety to RootResolvers and Options
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/graphql-server
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#201](https://github.com/honojs/middleware/pull/201) [`989d968`](https://github.com/honojs/middleware/commit/989d96879566a190c58804d01888e8356dbc762c) Thanks [@koralle](https://github.com/koralle)! - add type safety to RootResolvers and Options
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/graphql-server",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"repository": "git@github.com:honojs/middleware.git",
|
||||
"author": "Minghe Huang <h.minghe@gmail.com>",
|
||||
"main": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue