Version Packages (#671)

pull/675/head @hono/graphql-server@0.5.0
github-actions[bot] 2024-07-29 22:31:08 +09:00 committed by GitHub
parent e3eafbc117
commit e2ede3bdfd
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': minor
---
feat: add GraphiQL support

View File

@ -1,5 +1,11 @@
# @hono/graphql-server
## 0.5.0
### Minor Changes
- [#670](https://github.com/honojs/middleware/pull/670) [`e3eafbc117103ef408f8b242784b53c9ffdb326e`](https://github.com/honojs/middleware/commit/e3eafbc117103ef408f8b242784b53c9ffdb326e) Thanks [@3w36zj6](https://github.com/3w36zj6)! - feat: add GraphiQL support
## 0.4.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/graphql-server",
"version": "0.4.4",
"version": "0.5.0",
"repository": "git@github.com:honojs/middleware.git",
"author": "Minghe Huang <h.minghe@gmail.com>",
"main": "dist/index.js",