Version Packages (#202)

pull/184/merge @hono/graphql-server@0.4.1
github-actions[bot] 2023-10-19 07:29:04 +09:00 committed by GitHub
parent 989d968795
commit a593d311f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/graphql-server': patch
---
add type safety to RootResolvers and Options

View File

@ -1,5 +1,11 @@
# @hono/graphql-server # @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 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/graphql-server", "name": "@hono/graphql-server",
"version": "0.4.0", "version": "0.4.1",
"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",