Version Packages (#669)

pull/671/head @hono/graphql-server@0.4.4
github-actions[bot] 2024-07-28 18:25:43 +09:00 committed by GitHub
parent 41ab4b029d
commit 59894e77c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/graphql-server': patch
---
fix: add type to Middleware Handler

View File

@ -1,5 +1,11 @@
# @hono/graphql-server # @hono/graphql-server
## 0.4.4
### Patch Changes
- [#667](https://github.com/honojs/middleware/pull/667) [`41ab4b029d225901b7369d88fb29b64f6c217dda`](https://github.com/honojs/middleware/commit/41ab4b029d225901b7369d88fb29b64f6c217dda) Thanks [@3w36zj6](https://github.com/3w36zj6)! - fix: add type to Middleware Handler
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes

View File

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